codebuddies / backend

CodeBuddies back-end
https://codebuddies.org
GNU General Public License v3.0
20 stars 25 forks source link

[API Hangouts] Register Hangouts w/Admin Interface & Create Admin Views #167

Open BethanyG opened 4 years ago

BethanyG commented 4 years ago

PARENT TRACKING ISSUE: #160

We 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.

stale[bot] commented 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.

stale[bot] commented 3 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.

BethanyG commented 3 years ago

Still open.