I have added filtering, sorting, and searching to a ModelAdmin class named AlbumAdmin(admin.ModelAdmin). It works fantastic in the Django Admin application but I would like to display the change_list and add Albums in my application using AlbumAdmin. I cannot find any information or an example on how to do this. Any help is appreciated.
Asked
Active
Viewed 49 times
1
-
so you want the admin changelist view somewhere else in your application? – doniyor Sep 15 '16 at 03:02
-
1if yes, here may be relevant http://stackoverflow.com/questions/2315500/reusing-django-changelist-outside-of-admin-site – doniyor Sep 15 '16 at 03:03
-
1@doniyor - thanks very much. please move to an answer so I can give you the credit. – skimobear Sep 16 '16 at 21:53
-
glad that it helped, but since there is already an answer there, no need to repeat it I think. better upvote that question and answer :) good luck! – doniyor Sep 17 '16 at 06:29