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
{{ message }}
This repository was archived by the owner on Jul 17, 2026. It is now read-only.
PARENT TRACKER ISSUE: #160Create views for the new Hangouts API Endpoint. Some of these items may not need custom code, but are listed here as a reminder of what's needed:
ISAuthenticatedpermissions class to require a login for the endpoint. See Permissions in DRFsearch_fieldsfor endpointperform createfunction as needed for specialized user lookup or other (e.g. many-to-many) relations.querysetfor the list view ofprojectsSee https://github.com/codebuddies/backend/blob/master/cbv3_django_prototype/cbv3_django_prototype/resources/views.py as one (but not canonical) example.