Merged in [8452] from rjsparks@nostrum.com:\n Relax ALLOWED_HOSTS when not running in production. Fixes bug #1373.

- Legacy-Id: 8487
Note: SVN reference [8452] has been migrated to Git commit 745145d5ed
This commit is contained in:
Henrik Levkowetz 2014-10-26 20:39:57 +00:00
commit 330beb7a21

View file

@ -476,4 +476,5 @@ if SERVER_MODE != 'production':
}
if 'SECRET_KEY' not in locals():
SECRET_KEY = 'PDwXboUq!=hPjnrtG2=ge#N$Dwy+wn@uivrugwpic8mxyPfHka'
ALLOWED_HOSTS = ['*',]