[svn r8340] django-evolution is optional so shouldn't be in main settings

This commit is contained in:
cucc 2009-05-11 05:18:11 +02:00
parent d1aec55f5e
commit 4ba88522cd

View File

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