You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will want the ability to review/administer the Projects endpoint through the Django Admin interface, and so will want to register our projects app with the Django admin and provide any custom admin views we think we'll need.
See Resources : admin.py for an example of how the resources endpoint customized the Admin to display tags appropriately.
Since projects will also include a potential manytomany relation with users, there may need to be additional customization around that for the Admin interface.