merge station.liq and config.liq

This commit is contained in:
bkfox
2015-12-12 15:52:30 +01:00
parent 8911f90875
commit 202992521e
4 changed files with 101 additions and 52 deletions

View File

@ -1,3 +1,8 @@
from django.contrib import admin
import aircox.liquidsoap.models as models
@admin.register(models.Output)
class OutputAdmin (admin.ModelAdmin):
list_display = ('id', 'type', 'station')
# Register your models here.