Skip to content

Commit 745145d

Browse files
committed
Relax ALLOWED_HOSTS when not running in production. Fixes bug ietf-tools#1373. Commit ready for merge.
- Legacy-Id: 8452
1 parent 41f0905 commit 745145d

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
@@ -474,4 +474,5 @@ def skip_unreadable_post(record):
474474
}
475475
if 'SECRET_KEY' not in locals():
476476
SECRET_KEY = 'PDwXboUq!=hPjnrtG2=ge#N$Dwy+wn@uivrugwpic8mxyPfHka'
477+
ALLOWED_HOSTS = ['*',]
477478

0 commit comments

Comments
 (0)