mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-31 18:40:07 +03:00
Merge 7d2dfb2023
into 4d57d46bf8
This commit is contained in:
commit
24c8efd5aa
|
@ -109,7 +109,7 @@ We can easily break these down into individual views if we need to, but using vi
|
|||
|
||||
## URLs
|
||||
|
||||
Okay, now let's wire up the API URLs. On to `tutorial/urls.py`...
|
||||
Okay, now let's wire up the API URLs. On to `tutorial/tutorial/urls.py`...
|
||||
|
||||
from django.conf.urls import url, include
|
||||
from rest_framework import routers
|
||||
|
|
Loading…
Reference in New Issue
Block a user