1
0
mirror of https://github.com/Damillora/Altessimo synced 2024-11-21 21:47:33 +00:00
Altessimo/songs/admin.py
2020-12-16 04:32:20 +07:00

6 lines
117 B
Python

from django.contrib import admin
from . import models
# Register your models here.
admin.site.register(models.Song)