Skip to content

Instantly share code, notes, and snippets.

@ssbb
Created January 25, 2015 12:19
Show Gist options
  • Save ssbb/701e016b49124f978e34 to your computer and use it in GitHub Desktop.
Save ssbb/701e016b49124f978e34 to your computer and use it in GitHub Desktop.
class ProjectAdmin(admin.ModelAdmin):
filter_horizontal = 'kns',
admin.site.register(Project, ProjectAdmin)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment