Skip to content

Commit 21f721f

Browse files
committed
Set ALLOWED_HOSTS to include PomBase domains
1 parent 0826f1a commit 21f721f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = []
35+
ALLOWED_HOSTS = ['dev.pombase.org', 'curation.pombase.org', 'www.pombase.org']
3636

3737

3838
# Application definition

0 commit comments

Comments
 (0)