app/settings.py
changeset 66 8c86470746fc
parent 54 03e267d67478
child 77 778b5f9d6e7c
equal deleted inserted replaced
65:d254d4577c30 66:8c86470746fc
    91 ROOT_URLCONF = 'urls'
    91 ROOT_URLCONF = 'urls'
    92 
    92 
    93 ROOT_PATH = os.path.dirname(__file__)
    93 ROOT_PATH = os.path.dirname(__file__)
    94 TEMPLATE_DIRS = (
    94 TEMPLATE_DIRS = (
    95     # TODO(proto): customize the template search directories
    95     # TODO(proto): customize the template search directories
    96     os.path.join(ROOT_PATH, 'proto', 'templates'),
    96     os.path.join(ROOT_PATH, 'ghop', 'templates'),
       
    97     os.path.join(ROOT_PATH, 'gsoc', 'templates'),
    97     os.path.join(ROOT_PATH, 'soc', 'templates'),
    98     os.path.join(ROOT_PATH, 'soc', 'templates'),
    98 )
    99 )
    99 
   100 
   100 INSTALLED_APPS = (
   101 INSTALLED_APPS = (
   101     'soc.views.helpers',
   102     'soc.views.helpers',