[svn r8325] 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.

This commit is contained in:
cucc 2009-05-03 08:11:37 +02:00
parent c24359cb87
commit a5b2db7206

View File

@ -80,7 +80,7 @@ INSTALLED_APPS = (
'django.contrib.redirects',
#'photologue',
#'troggle.reversion',
'django_evolution',
#'django_evolution',
'troggle.registration',
'troggle.profiles',
'troggle.expo'