Relax ALLOWED_HOSTS when not running in production. Fixes bug #1373. Commit ready for merge.
- Legacy-Id: 8452
This commit is contained in:
parent
41f0905689
commit
745145d5ed
|
@ -474,4 +474,5 @@ if SERVER_MODE != 'production':
|
|||
}
|
||||
if 'SECRET_KEY' not in locals():
|
||||
SECRET_KEY = 'PDwXboUq!=hPjnrtG2=ge#N$Dwy+wn@uivrugwpic8mxyPfHka'
|
||||
ALLOWED_HOSTS = ['*',]
|
||||
|
||||
|
|
Loading…
Reference in a new issue