diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:16:27 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 06:16:27 +0100 |
commit | 8ae5232d87a6a0c43a4274c00a6b3c8aee5de210 (patch) | |
tree | bb704d5725f12c786f965b8cac7c3efab9c173df /settings.py | |
parent | 625b2156e388a92d57fa446c931bbf410f5a4e29 (diff) | |
download | troggle-8ae5232d87a6a0c43a4274c00a6b3c8aee5de210.tar.gz troggle-8ae5232d87a6a0c43a4274c00a6b3c8aee5de210.tar.bz2 troggle-8ae5232d87a6a0c43a4274c00a6b3c8aee5de210.zip |
[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
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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' |