Commit 751dc9db by Vik Paruchuri

Fix module path setting

parent 21098492
...@@ -22,7 +22,7 @@ DJFS = { 'type' : 'osfs', ...@@ -22,7 +22,7 @@ DJFS = { 'type' : 'osfs',
TIME_BETWEEN_DATA_REGENERATION = datetime.timedelta(minutes=1) TIME_BETWEEN_DATA_REGENERATION = datetime.timedelta(minutes=1)
INSTALLED_ANALYTICS_MODULES = ('djanalytics.modules.testmodule',) INSTALLED_ANALYTICS_MODULES = ('modules.testmodule',)
#Initialize celery #Initialize celery
import djcelery import djcelery
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment