app/settings.py
changeset 2397 d943fa182fae
parent 2336 58d2310330d3
child 2404 4f87bab3c6b3
--- a/app/settings.py	Fri Jun 05 08:24:32 2009 +0200
+++ b/app/settings.py	Fri Jun 05 21:27:03 2009 +0200
@@ -97,7 +97,6 @@
 ROOT_PATH = os.path.dirname(__file__)
 TEMPLATE_DIRS = (
     # TODO(proto): customize the template search directories
-    os.path.join(ROOT_PATH, 'ghop', 'templates'),
     os.path.join(ROOT_PATH, 'gsoc', 'templates'),
     os.path.join(ROOT_PATH, 'soc', 'templates'),
     os.path.join(ROOT_PATH, 'shell', 'templates'),
@@ -112,4 +111,4 @@
 )
 
 MODULE_FMT = 'soc.modules.%s'
-MODULES = []
+MODULES = ['ghop']