Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. from .mixins import SearchResultsAdminMixin
  2.  
  3. class BlogPostAdmin(SearchResultsAdminMixin, admin.ModelAdmin):
  4. search_fields = ['title', 'slug', 'body']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement