changeset 642:cb61b53472d2

Update to Django 1.4.5.
author Brian Neal <bgneal@gmail.com>
date Sat, 09 Mar 2013 18:24:46 -0600
parents 546f669b8688
children 081a88b3bfc8
files requirements.txt requirements_dev.txt sg101/settings/production.py
diffstat 3 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/requirements.txt	Sat Mar 09 18:14:30 2013 -0600
+++ b/requirements.txt	Sat Mar 09 18:24:46 2013 -0600
@@ -1,4 +1,4 @@
-Django==1.4.1
+Django==1.4.5
 -e git://github.com/waylan/Python-Markdown.git@067d88bc41c7924c9087b724ff5247235243ce6b#egg=Markdown-dev
 MySQL-python==1.2.3
 django-debug-toolbar==0.8.5
--- a/requirements_dev.txt	Sat Mar 09 18:14:30 2013 -0600
+++ b/requirements_dev.txt	Sat Mar 09 18:24:46 2013 -0600
@@ -1,4 +1,4 @@
-Django==1.4.1
+Django==1.4.5
 -e git://github.com/waylan/Python-Markdown.git@067d88bc41c7924c9087b724ff5247235243ce6b#egg=Markdown-dev
 MySQL-python==1.2.3
 django-debug-toolbar==0.9.4
--- a/sg101/settings/production.py	Sat Mar 09 18:14:30 2013 -0600
+++ b/sg101/settings/production.py	Sat Mar 09 18:24:46 2013 -0600
@@ -6,6 +6,8 @@
 
 DEBUG = False
 
+ALLOWED_HOSTS = ['.surfguitar101.com']
+
 DATABASES = {
     'default': {
         'ENGINE': 'django.db.backends.mysql',