haystack
This commit is contained in:
parent
ecc8d139f6
commit
26ad07e3e8
4 changed files with 120 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue