Skip to content

Commit 83c6019

Browse files
committed
Add localhost to ALLOWED_HOSTS
1 parent 21f721f commit 83c6019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pombase/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# SECURITY WARNING: don't run with debug turned on in production!
3333
DEBUG = True
3434

35-
ALLOWED_HOSTS = ['dev.pombase.org', 'curation.pombase.org', 'www.pombase.org']
35+
ALLOWED_HOSTS = ['localhost', 'dev.pombase.org', 'curation.pombase.org', 'www.pombase.org']
3636

3737

3838
# Application definition

0 commit comments

Comments
 (0)