-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
We'll need to create url.py entries for our new Projects
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 projects/
, 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 projects..urls
See resources : urls.py
as an implementation example.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request