[Answer]-Use group specific fields in admin.py

1👍

This case can be solved by referring to the documentation, specifically by using the get_form method

https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.get_form

Test your user’s group and exclude the fields accordingly.

Hope this helps,

Regards,

Leave a comment