From 7d2dfb202396ce4723ab9f44babeb8f4dd7bcbfd Mon Sep 17 00:00:00 2001 From: rvernica Date: Mon, 10 Sep 2018 15:33:24 -0700 Subject: [PATCH] Add project directory to path for consistency To be consistent with the previous paths, add the project directory to the path as well --- docs/tutorial/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md index 13152edae..06569d19d 100644 --- a/docs/tutorial/quickstart.md +++ b/docs/tutorial/quickstart.md @@ -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