forked from shaba/openuds
Updated settings sample
This commit is contained in:
parent
47c6ca42f1
commit
270957fab5
@ -32,7 +32,7 @@ DATABASES = {
|
||||
# 'CONN_MAX_AGE': 600, # Enable DB Pooling, 10 minutes max connection duration
|
||||
}
|
||||
}
|
||||
ALLOWED_HOSTS = '*'
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
DEFAULT_AUTO_FIELD='django.db.models.AutoField'
|
||||
# Local time zone for this installation. Choices can be found here:
|
||||
|
Loading…
Reference in New Issue
Block a user