From 8d4bcb4b4c837f9deb5f81d7af6a397405aa07fa Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 30 May 2013 11:11:42 +0100 Subject: [PATCH] Fix quickstart urls module name. Closes #902 --- 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 a80e31c0c..f15e75c04 100644 --- a/docs/tutorial/quickstart.md +++ b/docs/tutorial/quickstart.md @@ -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