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
f95f96ab
Commit
f95f96ab
authored
Sep 07, 2012
by
Alec Perkins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docs] Fix typo, add link to Tom's Twitter profile
parent
7f681d72
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
docs/tutorial/3-class-based-views.md
+1
-1
docs/tutorial/6-resource-orientated-projects.md
+2
-1
No files found.
docs/tutorial/3-class-based-views.md
View file @
f95f96ab
...
...
@@ -7,7 +7,7 @@ We can also write our API views using class based views, rather than function ba
We'll start by rewriting the root view as a class based view. All this involves is a little bit of refactoring.
from blog.models import Comment
from blog.serializers import ComentSerializer
from blog.serializers import Com
m
entSerializer
from django.http import Http404
from djangorestframework.views import APIView
from djangorestframework.response import Response
...
...
docs/tutorial/6-resource-orientated-projects.md
View file @
f95f96ab
...
...
@@ -44,6 +44,6 @@ We've reached the end of our tutorial. If you want to get more involved in the
*
Contribute on GitHub by reviewing issues, and submitting issues or pull requests.
*
Join the REST framework group, and help build the community.
*
Follow me
on Twitter
and say hi.
*
Follow me
[
on Twitter
](
https://twitter.com/_tomchristie
)
and say hi.
Now go build something great.
\ No newline at end of file
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