2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 09:27:09 +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 919c7e932a
commit b31d022c1a
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',
)