app/settings.py
changeset 2946 69be8ea0b597
parent 2904 395cff83dc83
child 3027 a223fff4cca8
equal deleted inserted replaced
2945:4752074c1af3 2946:69be8ea0b597
   116     os.path.join(ROOT_PATH, 'shell', 'templates'),
   116     os.path.join(ROOT_PATH, 'shell', 'templates'),
   117 )
   117 )
   118 
   118 
   119 INSTALLED_APPS = (
   119 INSTALLED_APPS = (
   120     'soc.views.helper',
   120     'soc.views.helper',
       
   121     'soc.modules.ghop.views.helper',
   121 #    'django.contrib.auth',
   122 #    'django.contrib.auth',
   122 #    'django.contrib.contenttypes',
   123 #    'django.contrib.contenttypes',
   123 #    'django.contrib.sessions',
   124 #    'django.contrib.sessions',
   124 #    'django.contrib.sites',
   125 #    'django.contrib.sites',
   125 )
   126 )