Added GHOP views helper to INSTALLED_APPS in django settings.py.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Fri, 18 Sep 2009 03:05:47 +0530
changeset 2946 69be8ea0b597
parent 2945 4752074c1af3
child 2947 435f8701c6bc
Added GHOP views helper to INSTALLED_APPS in django settings.py. Adding this path to INSTALLED_APPS enables GHOP specific templatetags that resides in this path.
app/settings.py
--- a/app/settings.py	Thu Sep 17 22:24:59 2009 +0200
+++ b/app/settings.py	Fri Sep 18 03:05:47 2009 +0530
@@ -118,6 +118,7 @@
 
 INSTALLED_APPS = (
     'soc.views.helper',
+    'soc.modules.ghop.views.helper',
 #    'django.contrib.auth',
 #    'django.contrib.contenttypes',
 #    'django.contrib.sessions',