diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:56:16 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:56:16 +0100 |
commit | e9cc5094b90b605fca115835294999fba5e79aac (patch) | |
tree | e671ea9b54ad0ba5da3da526aae7e39b2d00e7d2 /settings.py | |
parent | 24dc2e3a20de02c82d28e2125bb5bacdb7032a4d (diff) | |
download | troggle-e9cc5094b90b605fca115835294999fba5e79aac.tar.gz troggle-e9cc5094b90b605fca115835294999fba5e79aac.tar.bz2 troggle-e9cc5094b90b605fca115835294999fba5e79aac.zip |
[svn] Not ready for these yet.
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8257 by aaron @ 2/23/2009 1:11 PM
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.py b/settings.py index 8250176..b3550d7 100644 --- a/settings.py +++ b/settings.py @@ -77,8 +77,8 @@ INSTALLED_APPS = ( 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.redirects', - 'photologue', - 'troggle.reversion', + #'photologue', + #'troggle.reversion', 'troggle.registration', 'troggle.profiles', 'troggle.expo' |