Commit 7382f8c6 by David Ray

Update routers.md

Reference to ```DefaultRouter``` should be ```SimpleRouter```
parent 462c5e3d
...@@ -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