Show games in Admin menu
This commit is contained in:
parent
079ade9bbb
commit
a01d480dd2
|
@ -161,6 +161,7 @@ class GameAdmin(VersionAdmin, PolymorphicChildModelAdmin):
|
|||
'players_max', 'comment')
|
||||
search_fields = ('name', 'owner__username', 'duration', 'comment')
|
||||
autocomplete_fields = ('owner',)
|
||||
show_in_index = True
|
||||
|
||||
|
||||
admin_site.register(Author, AuthorAdmin)
|
||||
|
|
Loading…
Reference in New Issue