From 8ae5232d87a6a0c43a4274c00a6b3c8aee5de210 Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 06:16:27 +0100 Subject: [PATCH] [svn] django_evolution is a nice thing to have for development (allows updating db with changes to models without wiping whole tables) but for development and not deployment. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8325 by cucc @ 5/3/2009 6:11 AM --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index df5a5e2..11b1f2f 100644 --- a/settings.py +++ b/settings.py @@ -80,7 +80,7 @@ INSTALLED_APPS = ( 'django.contrib.redirects', #'photologue', #'troggle.reversion', - 'django_evolution', + #'django_evolution', 'troggle.registration', 'troggle.profiles', 'troggle.expo'