Skip to content

Instantly share code, notes, and snippets.

@ikks
Created February 10, 2012 23:58
Show Gist options
  • Save ikks/1794231 to your computer and use it in GitHub Desktop.
Save ikks/1794231 to your computer and use it in GitHub Desktop.
from haystack.views import SearchView
.
.
.
urlpatterns += patterns('haystack.views',
url(r'^$', SearchView, name='haystack_search'),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment