Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
d6c6df40
Commit
d6c6df40
authored
Jan 10, 2017
by
Mitchel Humpherys
Committed by
Tom Christie
Jan 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: tutorial: Minor grammar "fix" (#4801)
parent
e9d371f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
docs/tutorial/3-class-based-views.md
+1
-1
No files found.
docs/tutorial/3-class-based-views.md
View file @
d6c6df40
...
@@ -62,7 +62,7 @@ So far, so good. It looks pretty similar to the previous case, but we've got be
...
@@ -62,7 +62,7 @@ So far, so good. It looks pretty similar to the previous case, but we've got be
That's looking good. Again, it's still pretty similar to the function based view right now.
That's looking good. Again, it's still pretty similar to the function based view right now.
We'll also need to refactor our
`urls.py`
slightly now we're using class-based views.
We'll also need to refactor our
`urls.py`
slightly now
that
we're using class-based views.
from django.conf.urls import url
from django.conf.urls import url
from rest_framework.urlpatterns import format_suffix_patterns
from rest_framework.urlpatterns import format_suffix_patterns
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment