Accidental module change in settings.py fixed.
authorDaniel Hans <Daniel.M.Hans@gmail.com>
Tue, 03 Nov 2009 02:16:51 +0100
changeset 3077 6d77028ab895
parent 3076 11d5fa052ad1
child 3078 bd001e9ab9d4
Accidental module change in settings.py fixed.
app/settings.py
--- a/app/settings.py	Tue Nov 03 02:10:47 2009 +0100
+++ b/app/settings.py	Tue Nov 03 02:16:51 2009 +0100
@@ -129,6 +129,6 @@
 
 MODULE_FMT = 'soc.modules.%s.callback'
 # TODO: to enable GHOP change the MODULES line have the following entries:
-MODULES = ['ghop']
+#MODULES = ['ghop']
 #MODULES = ['gsoc']
-#MODULES = []
+MODULES = []