mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-10-29 06:57:36 +03:00
Fixing code "typo" in example.
In the original file, line 145 reads:
url(r'^api-auth/', include('rest_framework.urls'),
It's missing the closing parenthesis.
|
||
|---|---|---|
| .. | ||
| 1-serialization.md | ||
| 2-requests-and-responses.md | ||
| 3-class-based-views.md | ||
| 4-authentication-and-permissions.md | ||
| 5-relationships-and-hyperlinked-apis.md | ||
| 6-viewsets-and-routers.md | ||
| 7-schemas-and-client-libraries.md | ||
| quickstart.md | ||