# HG changeset patch # User Brian Neal # Date 1362868832 21600 # Node ID b6b072795990cb85f1e9bcb5834d1e7e8be144b7 # Parent 92ddbb35bb86134b611659abdab1c0fe56e77bdf Update to Django 1.3.7. diff -r 92ddbb35bb86 -r b6b072795990 bns_website/settings/production.py --- 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', diff -r 92ddbb35bb86 -r b6b072795990 requirements.txt --- 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: