Fix quickstart urls module name. Closes #902

This commit is contained in:
Tom Christie 2013-05-30 11:11:42 +01:00
parent c98ac3e83e
commit 8d4bcb4b4c

View File

@ -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