This commit is contained in:
rvernica 2018-09-10 22:33:32 +00:00 committed by GitHub
commit 24c8efd5aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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