This commit is contained in:
j 2010-07-06 10:51:50 +02:00
commit 26ad07e3e8
4 changed files with 120 additions and 3 deletions

View file

@ -40,6 +40,11 @@ BROKER_USER = "pandora"
BROKER_PASSWORD = "box"
BROKER_VHOST = "/pandora"
HAYSTACK_SITECONF='backend.find'
HAYSTACK_SOLR_URL = 'http://127.0.0.1:8983/solr'
HAYSTACK_SEARCH_ENGINE = 'solr'
# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
# although not all choices may be available on all operating systems.
@ -109,6 +114,7 @@ INSTALLED_APPS = (
'south',
'djcelery',
'haystack',
'app',
'backend',
'oxuser',