diff -r 353941216ff9 -r d943fa182fae app/settings.py --- 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']