[svn r8336] Dynamic thumbnail generation for photos and survey scans using imagekit, further improving registration system, other misc.

This commit is contained in:
cucc
2009-05-11 01:05:33 +02:00
parent 0dedf19a4c
commit 2596e27e7d
11 changed files with 134 additions and 39 deletions

View File

@@ -78,10 +78,11 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.redirects',
#'photologue',
#'troggle.photologue',
#'troggle.reversion',
#'django_evolution',
'django_evolution',
'troggle.registration',
'troggle.profiles',
'troggle.expo'
'troggle.expo',
)