app/settings.py
changeset 273 b97d08ebac0e
parent 91 21b78b8ea590
child 832 1a20acbfbc88
equal deleted inserted replaced
272:00cea07656c0 273:b97d08ebac0e
    98     os.path.join(ROOT_PATH, 'gsoc', 'templates'),
    98     os.path.join(ROOT_PATH, 'gsoc', 'templates'),
    99     os.path.join(ROOT_PATH, 'soc', 'templates'),
    99     os.path.join(ROOT_PATH, 'soc', 'templates'),
   100 )
   100 )
   101 
   101 
   102 INSTALLED_APPS = (
   102 INSTALLED_APPS = (
   103     'soc.views.helpers',
   103     'soc.views.helper',
   104 #    'django.contrib.auth',
   104 #    'django.contrib.auth',
   105 #    'django.contrib.contenttypes',
   105 #    'django.contrib.contenttypes',
   106 #    'django.contrib.sessions',
   106 #    'django.contrib.sessions',
   107 #    'django.contrib.sites',
   107 #    'django.contrib.sites',
   108 )
   108 )