Relax ALLOWED_HOSTS when not running in production. Fixes bug . Commit ready for merge.

- Legacy-Id: 8452
This commit is contained in:
Robert Sparks 2014-10-21 20:20:31 +00:00
parent 41f0905689
commit 745145d5ed

View file

@ -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 = ['*',]