Skip to content

Instantly share code, notes, and snippets.

@petersanchez
Created September 19, 2017 14:14
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/42c579e764c6aa7e0c3577435c72e5d6 to your computer and use it in GitHub Desktop.
Save petersanchez/42c579e764c6aa7e0c3577435c72e5d6 to your computer and use it in GitHub Desktop.
class BlogPostAdmin(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