diff options
| author | Carlton Gibson | 2014-12-04 11:59:52 +0100 |
|---|---|---|
| committer | Carlton Gibson | 2014-12-04 11:59:52 +0100 |
| commit | b8f396bce83d768676b22a7d0ff2455665297541 (patch) | |
| tree | 5fab017db281948eecf54d9dd8d5f0a8b323fa77 /docs/tutorial/quickstart.md | |
| parent | ef26f43de4a0c9ac3081c06a383b5d3d4d007797 (diff) | |
| parent | e8cbf41bd9066a21bf102bb60fbb42b4b15e05f6 (diff) | |
| download | django-rest-framework-b8f396bce83d768676b22a7d0ff2455665297541.tar.bz2 | |
Merge branch 'master' of github.com:tomchristie/django-rest-framework
Diffstat (limited to 'docs/tutorial/quickstart.md')
| -rw-r--r-- | docs/tutorial/quickstart.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md index 1c398c1f..3e1ce0a9 100644 --- a/docs/tutorial/quickstart.md +++ b/docs/tutorial/quickstart.md @@ -100,7 +100,7 @@ Okay, now let's wire up the API URLs. On to `tutorial/urls.py`... router.register(r'groups', views.GroupViewSet) # Wire up our API using automatic URL routing. - # Additionally, we include login URLs for the browseable API. + # Additionally, we include login URLs for the browsable API. urlpatterns = [ url(r'^', include(router.urls)), url(r'^api-auth/', include('rest_framework.urls', namespace='rest_framework')) |
