summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 06:28:36 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 06:28:36 +0100
commit0f64e786b5f55895c054c4a377e7fc8672ca47b6 (patch)
tree4ff84e941581d3d331360262b34fdb306deb504d /settings.py
parent7164296c9da927695df2b65cbfec990dd5f39ba2 (diff)
downloadtroggle-0f64e786b5f55895c054c4a377e7fc8672ca47b6.tar.gz
troggle-0f64e786b5f55895c054c4a377e7fc8672ca47b6.tar.bz2
troggle-0f64e786b5f55895c054c4a377e7fc8672ca47b6.zip
[svn] Made the subcaves work! Now we just have to figure out how to parse them...
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8343 by cucc @ 5/11/2009 6:36 AM
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 777a0a9..449faf4 100644
--- a/settings.py
+++ b/settings.py
@@ -84,5 +84,5 @@ INSTALLED_APPS = (
'troggle.registration',
'troggle.profiles',
'troggle.expo',
- 'troggle.imagekit',
+ 'troggle.imagekit',
)