mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-25 11:33:43 +03:00
Fix quickstart urls module name. Closes #902
This commit is contained in:
parent
c98ac3e83e
commit
8d4bcb4b4c
|
@ -91,7 +91,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 `quickstart/urls.py`...
|
||||
Okay, now let's wire up the API URLs. On to `tutorial/urls.py`...
|
||||
|
||||
from django.conf.urls import patterns, url, include
|
||||
from rest_framework import routers
|
||||
|
|
Loading…
Reference in New Issue
Block a user