# HG changeset patch # User Brian Neal # Date 1362871231 21600 # Node ID 662707340bd2fa401bf44c0b07434a185c6fbf56 # Parent 8b35fe2667d673da18e559bfa5f9d58e8e61198e Update to Django 1.4.5. diff -r 8b35fe2667d6 -r 662707340bd2 madeira/settings/production.py --- a/madeira/settings/production.py Sun Mar 03 11:48:19 2013 -0600 +++ b/madeira/settings/production.py Sat Mar 09 17:20:31 2013 -0600 @@ -5,6 +5,8 @@ DEBUG = False TEMPLATE_DEBUG = DEBUG +ALLOWED_HOSTS = ['.themadeira.net'] + DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', diff -r 8b35fe2667d6 -r 662707340bd2 requirements.txt --- a/requirements.txt Sun Mar 03 11:48:19 2013 -0600 +++ b/requirements.txt Sat Mar 09 17:20:31 2013 -0600 @@ -1,4 +1,4 @@ -Django==1.4.1 +Django==1.4.5 MySQL-python==1.2.3 docutils==0.8.1 python-memcached==1.48 @@ -8,6 +8,7 @@ distribute==0.6.24 pycrypto==2.6 ssh==1.7.14 +textile==2.1.5 # # PIL is also hacked into the virtualenv via a symlink to the site-packages version #