diff options
| author | Tom Christie | 2013-12-13 15:30:59 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-12-13 15:30:59 +0000 |
| commit | ca244ad614e2f6fb4fef1dc9987be996d2624303 (patch) | |
| tree | 37512156eabcfb72b597bf83b4ca3e81754d0e2b /docs/index.md | |
| parent | 0453cbd56bf5c553412b61a2a5e5522a2d44a419 (diff) | |
| download | django-rest-framework-ca244ad614e2f6fb4fef1dc9987be996d2624303.tar.bz2 | |
Expanded notes in quickstart. Closes #1127. Closes #1128.
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md index badd6f60..04804fa7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -112,7 +112,7 @@ Here's our project's root `urls.py` module: model = Group - # Routers provide an easy way of automatically determining the URL conf + # Routers provide an easy way of automatically determining the URL conf. router = routers.DefaultRouter() router.register(r'users', UserViewSet) router.register(r'groups', GroupViewSet) |
