Updated settings sample

This commit is contained in:
Adolfo Gómez García 2021-12-10 13:04:54 +01:00
parent 47c6ca42f1
commit 270957fab5

View File

@ -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: