-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[API Hangouts] Register Hangouts w/Admin Interface & Create Admin Views #167
Labels
Comments
BethanyG
changed the title
[API] Register Hangouts Endpoint with Admin Interface and Create Admin Views
[API Hangouts] Register Hangouts Endpoint with Admin Interface and Create Admin Views
Sep 24, 2020
BethanyG
changed the title
[API Hangouts] Register Hangouts Endpoint with Admin Interface and Create Admin Views
[API Hangouts] Register Hangouts Endpoint w/Admin Interface & Create Admin Views
Sep 24, 2020
BethanyG
changed the title
[API Hangouts] Register Hangouts Endpoint w/Admin Interface & Create Admin Views
[API Hangouts] Register Hangouts w/Admin Interface & Create Admin Views
Sep 24, 2020
14 tasks
14 tasks
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: