start liquidsoap part; fix some bugs; update Stream model
This commit is contained in:
@ -60,7 +60,7 @@ class SoundAdmin (NameableAdmin):
|
||||
|
||||
@admin.register(Stream)
|
||||
class StreamAdmin (SortableModelAdmin):
|
||||
list_display = ('id', 'name', 'type', 'priority')
|
||||
list_display = ('id', 'name', 'type')
|
||||
sortable = "priority"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user