changeset 101:b6b072795990

Update to Django 1.3.7.
author Brian Neal <bgneal@gmail.com>
date Sat, 09 Mar 2013 16:40:32 -0600
parents 92ddbb35bb86
children 1bd48a82c3f2
files bns_website/settings/production.py requirements.txt
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
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',
--- a/requirements.txt	Sat Aug 04 13:07:03 2012 -0500
+++ b/requirements.txt	Sat Mar 09 16:40:32 2013 -0600
@@ -1,4 +1,4 @@
-Django==1.3.2
+Django==1.3.7
 distribute==0.6.19
 django-debug-toolbar==0.8.5
 gdata==2.0.15
@@ -10,3 +10,4 @@
 pycrypto==2.6
 ssh==1.7.14
 ## The following requirements were added by pip --freeze:
+## The following requirements were added by pip --freeze: