From bba30651867ce331712591c1c756814fc9b7d497 Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Wed, 24 Apr 2013 00:34:12 -0700 Subject: [PATCH] allowed hosts includes valid hosts now --- mmg/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmg/settings.py b/mmg/settings.py index f796ca7..fb1e07a 100644 --- a/mmg/settings.py +++ b/mmg/settings.py @@ -1,7 +1,7 @@ # Django settings for mmg project. import os -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG ADMINS = ( @@ -19,7 +19,7 @@ DATABASES = { # Hosts/domain names that are valid for this site; required if DEBUG is False # See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['mmg.mcquay.me', 'midna.local'] # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name