Relative Content

Tag Archive for pythondjangodjango-modelsdjango-rest-frameworkdjango-forms

Custom admin inline for manytomany field

I have a manytomany field called following where all the other users a user is following is stored. I want to be able to view, add, delete the users in this per user in the field. This is my attempt with creating a custom inline in admin can someone help with getting this to work as desired.