Skip to content

Instantly share code, notes, and snippets.

@petersanchez
Last active September 19, 2017 14:17
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 petersanchez/ed61b48f7065aaeff99cd83b8c5aedd7 to your computer and use it in GitHub Desktop.
Save petersanchez/ed61b48f7065aaeff99cd83b8c5aedd7 to your computer and use it in GitHub Desktop.
from .mixins import SearchResultsAdminMixin
class BlogPostAdmin(SearchResultsAdminMixin, admin.ModelAdmin):
search_fields = ['title', 'slug', 'body']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment