From 3b54bd1813f68d5f146a14f584d74622094fa439 Mon Sep 17 00:00:00 2001 From: Alexander Burdeiny Date: Thu, 19 May 2016 22:38:56 +0300 Subject: [PATCH] settings updated --- proj/settings.py | 1 - support/dev/settings.py | 2 ++ support/prod/settings.py | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) 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 = [