Commit d3440f03 by Tom Christie

Merge pull request #1282 from daaray/patch-1

Update routers.md
parents 462c5e3d 7382f8c6
...@@ -12,7 +12,7 @@ REST framework adds support for automatic URL routing to Django, and provides yo ...@@ -12,7 +12,7 @@ REST framework adds support for automatic URL routing to Django, and provides yo
## Usage ## Usage
Here's an example of a simple URL conf, that uses `DefaultRouter`. Here's an example of a simple URL conf, that uses `SimpleRouter`.
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