Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

[API Hangouts] Create Hangouts Endpoint URLs & Mapping  #168

Description

@BethanyG

PARENT TRACKING ISSUE: #160

We'll need to create url.py entries for our new Hangouts API - both in the main urls.py file, and in the projects/urls.py file

  • Create/add urlpatterns as necessary to projects/urls.py. Include hangouts/, router.urls, and rest_framework_urls as needed. See url dispatcher for detailed background, and Including other URLconfs for a quicker example.
  • Register the appropriate DRF router for these urls see DRF Routers for details.
  • Create/add urlpatterns as necessary to config/urls.py, to include hangouts.urls

See resources : urls.py as an implementation example.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions