app/settings.py
changeset 3027 a223fff4cca8
parent 2946 69be8ea0b597
child 3030 09cae668b536
--- a/app/settings.py	Thu Oct 22 09:50:10 2009 +0200
+++ b/app/settings.py	Thu Oct 22 09:54:01 2009 +0200
@@ -127,5 +127,5 @@
 
 MODULE_FMT = 'soc.modules.%s.callback'
 # TODO: to enable GHOP change the MODULES line have the following entries:
-#MODULES = ['ghop']
-MODULES = []
+MODULES = ['ghop']
+#MODULES = []