Mercurial > public > madeira
changeset 85:662707340bd2
Update to Django 1.4.5.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 09 Mar 2013 17:20:31 -0600 |
parents | 8b35fe2667d6 |
children | 7d61bc924a8b |
files | madeira/settings/production.py requirements.txt |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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',
--- 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 #