page templates & views reordering

This commit is contained in:
bkfox
2020-09-22 00:51:00 +02:00
parent 5a17d034c4
commit ea17141321
13 changed files with 172 additions and 145 deletions

View File

@ -42,6 +42,7 @@ class SoundAdmin(admin.ModelAdmin):
'type', 'duration', 'is_public', 'is_good_quality',
'audio']
list_filter = ('type', 'is_good_quality', 'is_public')
list_editable = ['name', 'type', 'is_public']
search_fields = ['name', 'program__title']
fieldsets = [