diff bns_website/settings/production.py @ 101:b6b072795990

Update to Django 1.3.7.
author Brian Neal <bgneal@gmail.com>
date Sat, 09 Mar 2013 16:40:32 -0600
parents 4dca838ae291
children
line wrap: on
line diff
--- a/bns_website/settings/production.py	Sat Aug 04 13:07:03 2012 -0500
+++ b/bns_website/settings/production.py	Sat Mar 09 16:40:32 2013 -0600
@@ -5,6 +5,8 @@
 DEBUG = False
 TEMPLATE_DEBUG = DEBUG
 
+ALLOWED_HOSTS = ['.bravenewsurf.com']
+
 DATABASES = {
     'default': {
         'ENGINE': 'django.db.backends.mysql',