mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-01 11:00:13 +03:00
Add project directory to path for consistency
To be consistent with the previous paths, add the project directory to the path as well
This commit is contained in:
parent
4d57d46bf8
commit
7d2dfb2023
|
@ -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