diff --git a/proj/settings.py b/proj/settings.py index 50f6a6e1..dab660aa 100644 --- a/proj/settings.py +++ b/proj/settings.py @@ -373,7 +373,6 @@ INSTALLED_APPS = ( 'core', 'specialist_catalog', 'rosetta', - # 'statsy', ) CRONJOBS = [ diff --git a/support/dev/settings.py b/support/dev/settings.py index 4cdf7ff3..822fc02c 100644 --- a/support/dev/settings.py +++ b/support/dev/settings.py @@ -325,6 +325,7 @@ INSTALLED_APPS = ( 'django.contrib.sitemaps', 'haystack', #custom modules + 'stats_collector', 'emencia.django.newsletter', 'accounts', 'article', @@ -371,6 +372,7 @@ INSTALLED_APPS = ( 'core', 'specialist_catalog', 'south', + 'rosetta', ) CRONJOBS = [ diff --git a/support/prod/settings.py b/support/prod/settings.py index 30fedcb2..8c907588 100644 --- a/support/prod/settings.py +++ b/support/prod/settings.py @@ -325,6 +325,7 @@ INSTALLED_APPS = ( 'django.contrib.sitemaps', 'haystack', #custom modules + 'stats_collector', 'emencia.django.newsletter', 'accounts', 'article', @@ -371,6 +372,7 @@ INSTALLED_APPS = ( 'core', 'specialist_catalog', 'south', + 'rosetta', ) CRONJOBS = [