settings updated

remotes/origin/search
Alexander Burdeiny 10 years ago
parent fda0a014e7
commit 3b54bd1813
  1. 1
      proj/settings.py
  2. 2
      support/dev/settings.py
  3. 2
      support/prod/settings.py

@ -373,7 +373,6 @@ INSTALLED_APPS = (
'core',
'specialist_catalog',
'rosetta',
# 'statsy',
)
CRONJOBS = [

@ -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 = [

@ -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 = [

Loading…
Cancel
Save