Allowed hosts

This commit is contained in:
Samuel Clay 2013-03-20 16:43:20 -07:00
parent 02db9dbf25
commit 0d2a3b135e

View file

@ -70,7 +70,7 @@ EMAIL_BACKEND = 'django_ses.SESBackend'
CIPHER_USERNAMES = False
DEBUG_ASSETS = DEBUG
HOMEPAGE_USERNAME = 'popular'
ALLOWED_HOSTS = ['.newsblur.com', '127.0.0.1', '*.newsblur.com', '*']
ALLOWED_HOSTS = ['*']
# ===============
# = Enviornment =