Altessimo/artists/admin.py

6 lines
119 B
Python
Raw Normal View History

2020-12-15 21:32:20 +00:00
from django.contrib import admin
from . import models
# Register your models here.
admin.site.register(models.Artist)