start liquidsoap part; fix some bugs; update Stream model

This commit is contained in:
bkfox
2015-11-03 23:20:03 +01:00
parent 86bc9c1251
commit bd987bd62c
5 changed files with 159 additions and 6 deletions

View File

@ -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"