Skip to content

Instantly share code, notes, and snippets.

@pilate
Created December 14, 2011 05:56
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 pilate/1475450 to your computer and use it in GitHub Desktop.
Save pilate/1475450 to your computer and use it in GitHub Desktop.
Using a custom SearchView
...
from myproject.appname.searchviews import CustomSearch
...
urlpatterns = patterns('',
...
(r'^search/', CustomSearch()),
...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment