Commit 8d4bcb4b by Tom Christie

Fix quickstart urls module name. Closes #902

parent c98ac3e8
...@@ -91,7 +91,7 @@ We can easily break these down into individual views if we need to, but using vi ...@@ -91,7 +91,7 @@ We can easily break these down into individual views if we need to, but using vi
## URLs ## 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 django.conf.urls import patterns, url, include
from rest_framework import routers from rest_framework import routers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment