created search fields, list displays, and enabled filtering for the data of...

created search fields, list displays, and enabled filtering for the data of the Models(Artist, Album, Song)
parent 0ddd5e88
......@@ -20,6 +20,3 @@ 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