Skip to content

Commit 330beb7

Browse files
committed
Merged in [8452] from rjsparks@nostrum.com:\n Relax ALLOWED_HOSTS when not running in production. Fixes bug ietf-tools#1373.
- Legacy-Id: 8487 Note: SVN reference [8452] has been migrated to Git commit 745145d
2 parents 719c9b7 + 745145d commit 330beb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,4 +476,5 @@ def skip_unreadable_post(record):
476476
}
477477
if 'SECRET_KEY' not in locals():
478478
SECRET_KEY = 'PDwXboUq!=hPjnrtG2=ge#N$Dwy+wn@uivrugwpic8mxyPfHka'
479+
ALLOWED_HOSTS = ['*',]
479480

0 commit comments

Comments
 (0)