app/settings.py
changeset 2397 d943fa182fae
parent 2336 58d2310330d3
child 2404 4f87bab3c6b3
equal deleted inserted replaced
2396:353941216ff9 2397:d943fa182fae
    95 ROOT_URLCONF = 'urls'
    95 ROOT_URLCONF = 'urls'
    96 
    96 
    97 ROOT_PATH = os.path.dirname(__file__)
    97 ROOT_PATH = os.path.dirname(__file__)
    98 TEMPLATE_DIRS = (
    98 TEMPLATE_DIRS = (
    99     # TODO(proto): customize the template search directories
    99     # TODO(proto): customize the template search directories
   100     os.path.join(ROOT_PATH, 'ghop', 'templates'),
       
   101     os.path.join(ROOT_PATH, 'gsoc', 'templates'),
   100     os.path.join(ROOT_PATH, 'gsoc', 'templates'),
   102     os.path.join(ROOT_PATH, 'soc', 'templates'),
   101     os.path.join(ROOT_PATH, 'soc', 'templates'),
   103     os.path.join(ROOT_PATH, 'shell', 'templates'),
   102     os.path.join(ROOT_PATH, 'shell', 'templates'),
   104 )
   103 )
   105 
   104 
   110 #    'django.contrib.sessions',
   109 #    'django.contrib.sessions',
   111 #    'django.contrib.sites',
   110 #    'django.contrib.sites',
   112 )
   111 )
   113 
   112 
   114 MODULE_FMT = 'soc.modules.%s'
   113 MODULE_FMT = 'soc.modules.%s'
   115 MODULES = []
   114 MODULES = ['ghop']