mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 01:49:50 +03:00
Correctly import path function
This commit is contained in:
parent
c976942061
commit
66674aec51
|
@ -111,7 +111,7 @@ We can easily break these down into individual views if we need to, but using vi
|
|||
|
||||
Okay, now let's wire up the API URLs. On to `tutorial/urls.py`...
|
||||
|
||||
from django.conf.urls import url, include
|
||||
from django.conf.urls import include, path
|
||||
from rest_framework import routers
|
||||
from tutorial.quickstart import views
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user