We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc208f commit 3536d50Copy full SHA for 3536d50
example/example/settings.py
@@ -7,7 +7,7 @@
7
8
DEBUG = os.environ.get('DEBUG', 'on') == 'on'
9
10
-ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', '').split(';')
+ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost').split(';')
11
12
DATABASES = {
13
'default': dj_database_url.config(default='postgres:///allaccess'),
0 commit comments