registering the model and the admin

parent 8213b08e
Pipeline #2809 failed with stages
......@@ -20,3 +20,6 @@ class songAdmin(admin.ModelAdmin):
list_filter = ('song_title',)
admin.site.register(Artist, artistAdmin)
admin.site.register(Album, albumAdmin)
admin.site.register(Song, songAdmin)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment