Open BethanyG opened 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Still open.
PARENT TRACKING ISSUE
: #160We will want the ability to review/administer the Hangouts 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 The Django Admin Site, Admin Actions, and Customizing the Admin for more details on how to start.
See Resources : admin.py for an example of how the
resources
endpoint customized the Admin to display tags appropriately.WARNING: Since
hangouts
will also include a potential manytomany relation with users, there may need to be additional customization around those relations for the Admin interface.