diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md index 8359b9af6..cbec2501b 100644 --- a/docs/tutorial/quickstart.md +++ b/docs/tutorial/quickstart.md @@ -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 include, path + from django.urls import include, path from rest_framework import routers from tutorial.quickstart import views