1
0
Fork 0
IdreXyz/label/admin.py

6 lines
118 B
Python
Raw Normal View History

2015-03-14 22:38:12 +01:00
from django.contrib import admin
from label.models import *
admin.site.register(Artist)
admin.site.register(Release)