2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 05:37:14 +00:00

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

Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8336 by cucc @ 5/10/2009 11:05 PM
This commit is contained in:
substantialnoninfringinguser
2009-05-13 06:23:57 +01:00
parent 21204f1bc8
commit 8c68a8a0d7
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',
)