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
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
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.
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.
PARENT TRACKING ISSUE
: #160We'll need to create url.py entries for our new
Hangouts
API - both in the mainurls.py
file, and in the projects/urls.py
fileurlpatterns
as necessary to projects/urls.py
. Includehangouts/
,router.urls
, and rest_framework_urls as needed. See url dispatcher for detailed background, and Including other URLconfs for a quicker example.urlpatterns
as necessary to config/urls.py
, to includehangouts.urls
See resources :
urls.py
as an implementation example.The text was updated successfully, but these errors were encountered: