Make ALLOWED_HOSTS more permissive

This commit is contained in:
Peter Baumgartner 2014-08-04 08:21:21 -06:00
parent 9282ffeb8e
commit 41e9e0e110

View File

@ -19,7 +19,7 @@ if not DEBUG:
USE_TZ = True
ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', 'localhost:8000').split(',')
ALLOWED_HOSTS = os.environ.get('ALLOWED_HOSTS', '*').split(',')
# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name