fix
This commit is contained in:
parent
a7851ff123
commit
bc7430cb5d
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ from .models import Category, PartitionSet, SetList, Partition
|
|||
|
||||
class PartitionAdmin(admin.ModelAdmin):
|
||||
list_filter = ( 'morceau', )
|
||||
list_display = ('part','morceau')
|
||||
admin.site.register(Category)
|
||||
admin.site.register(PartitionSet)
|
||||
admin.site.register(SetList)
|
||||
|
|
Loading…
Reference in a new issue