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', 'core',
'specialist_catalog', 'specialist_catalog',
'rosetta', 'rosetta',
# 'statsy',
) )
CRONJOBS = [ CRONJOBS = [

@ -325,6 +325,7 @@ INSTALLED_APPS = (
'django.contrib.sitemaps', 'django.contrib.sitemaps',
'haystack', 'haystack',
#custom modules #custom modules
'stats_collector',
'emencia.django.newsletter', 'emencia.django.newsletter',
'accounts', 'accounts',
'article', 'article',
@ -371,6 +372,7 @@ INSTALLED_APPS = (
'core', 'core',
'specialist_catalog', 'specialist_catalog',
'south', 'south',
'rosetta',
) )
CRONJOBS = [ CRONJOBS = [

@ -325,6 +325,7 @@ INSTALLED_APPS = (
'django.contrib.sitemaps', 'django.contrib.sitemaps',
'haystack', 'haystack',
#custom modules #custom modules
'stats_collector',
'emencia.django.newsletter', 'emencia.django.newsletter',
'accounts', 'accounts',
'article', 'article',
@ -371,6 +372,7 @@ INSTALLED_APPS = (
'core', 'core',
'specialist_catalog', 'specialist_catalog',
'south', 'south',
'rosetta',
) )
CRONJOBS = [ CRONJOBS = [

Loading…
Cancel
Save