Skip to content

Instantly share code, notes, and snippets.

@sweemeng
Created April 23, 2010 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sweemeng/376659 to your computer and use it in GitHub Desktop.
Save sweemeng/376659 to your computer and use it in GitHub Desktop.
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.admin',
'issue',
'haystack'
)
HAYSTACK_SITECONF = "project.search_sites"
HAYSTACK_SEARCH_ENGINE = "solr"
HAYSTACK_SOLR_URL = 'h(ttp://127.0.0.1:8983/solr'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment