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
66e015c5
Commit
66e015c5
authored
Apr 26, 2017
by
Tom Christie
Committed by
GitHub
Apr 26, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5099 from jpadilla/books
Improve books section
parents
fff98371
d45c12ff
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
8 deletions
+16
-8
docs/img/books/hwa-cover.png
+0
-0
docs/img/books/tsd-cover.png
+0
-0
docs/topics/tutorials-and-resources.md
+11
-8
docs_theme/css/default.css
+5
-0
No files found.
docs/img/books/hwa-cover.png
0 → 100644
View file @
66e015c5
29.8 KB
docs/img/books/tsd-cover.png
0 → 100644
View file @
66e015c5
115 KB
docs/topics/tutorials-and-resources.md
View file @
66e015c5
...
@@ -2,6 +2,17 @@
...
@@ -2,6 +2,17 @@
There are a wide range of resources available for learning and using Django REST framework. We try to keep a comprehensive list available here.
There are a wide range of resources available for learning and using Django REST framework. We try to keep a comprehensive list available here.
## Books
<div
class=
"book-covers"
>
<a
class=
"book-cover"
href=
"https://hellowebapp.com/order/"
>
<img
src=
"../../img/books/hwa-cover.png"
/>
</a>
<a
class=
"book-cover"
href=
"https://www.twoscoopspress.com/products/two-scoops-of-django-1-11"
>
<img
src=
"../../img/books/tsd-cover.png"
/>
</a>
</div>
## Tutorials
## Tutorials
*
[
Beginner's Guide to the Django REST Framework
][
beginners-guide-to-the-django-rest-framework
]
*
[
Beginner's Guide to the Django REST Framework
][
beginners-guide-to-the-django-rest-framework
]
...
@@ -56,12 +67,6 @@ There are a wide range of resources available for learning and using Django REST
...
@@ -56,12 +67,6 @@ There are a wide range of resources available for learning and using Django REST
*
[
New Django Admin with DRF and EmberJS... What are the News?
][
new-django-admin-with-drf-and-emberjs
]
*
[
New Django Admin with DRF and EmberJS... What are the News?
][
new-django-admin-with-drf-and-emberjs
]
*
[
Blog posts about Django REST Framework
][
medium-django-rest-framework
]
*
[
Blog posts about Django REST Framework
][
medium-django-rest-framework
]
## Books
*
[
Two Scoops of Django 1.11, Chapter 16, 17, 26, and more
][
two-scoops-of-django-11
]
*
[
Hello Web App: Intermediate Concepts, Chapter 10
][
hello-web-app-intermediate
]
*
[
Two Scoops of Django 1.11, Chapter 16, 17, 26, and more
][
two-scoops-of-django-11
]
### Documentations
### Documentations
*
[
Classy Django REST Framework
][
cdrf.co
]
*
[
Classy Django REST Framework
][
cdrf.co
]
*
[
DRF-schema-adapter
][
drf-schema
]
*
[
DRF-schema-adapter
][
drf-schema
]
...
@@ -97,7 +102,6 @@ Want your Django REST Framework talk/tutorial/article to be added to our website
...
@@ -97,7 +102,6 @@ Want your Django REST Framework talk/tutorial/article to be added to our website
[
drf-schema
]:
http://drf-schema-adapter.readthedocs.io/en/latest/
[
drf-schema
]:
http://drf-schema-adapter.readthedocs.io/en/latest/
[
creating-a-production-ready-api-with-python-and-drf-part1
]:
https://www.andreagrandi.it/2016/09/28/creating-production-ready-api-python-django-rest-framework-part-1/
[
creating-a-production-ready-api-with-python-and-drf-part1
]:
https://www.andreagrandi.it/2016/09/28/creating-production-ready-api-python-django-rest-framework-part-1/
[
creating-a-production-ready-api-with-python-and-drf-part2
]:
https://www.andreagrandi.it/2016/10/01/creating-a-production-ready-api-with-python-and-django-rest-framework-part-2/
[
creating-a-production-ready-api-with-python-and-drf-part2
]:
https://www.andreagrandi.it/2016/10/01/creating-a-production-ready-api-with-python-and-django-rest-framework-part-2/
[
hello-web-app-intermediate
]:
https://hellowebapp.com/order/
[
django-rest-api-so-easy
]:
https://www.youtube.com/watch?v=cqP758k1BaQ
[
django-rest-api-so-easy
]:
https://www.youtube.com/watch?v=cqP758k1BaQ
[
full-fledged-rest-api-with-django-oauth-tookit
]:
https://www.youtube.com/watch?v=M6Ud3qC2tTk
[
full-fledged-rest-api-with-django-oauth-tookit
]:
https://www.youtube.com/watch?v=M6Ud3qC2tTk
[
drf-in-your-pjs
]:
https://www.youtube.com/watch?v=xMtHsWa72Ww
[
drf-in-your-pjs
]:
https://www.youtube.com/watch?v=xMtHsWa72Ww
...
@@ -110,4 +114,3 @@ Want your Django REST Framework talk/tutorial/article to be added to our website
...
@@ -110,4 +114,3 @@ Want your Django REST Framework talk/tutorial/article to be added to our website
[
building-a-restful-api-with-drf
]:
http://agiliq.com/blog/2014/12/building-a-restful-api-with-django-rest-framework/
[
building-a-restful-api-with-drf
]:
http://agiliq.com/blog/2014/12/building-a-restful-api-with-django-rest-framework/
[
submit-pr
]:
https://github.com/encode/django-rest-framework
[
submit-pr
]:
https://github.com/encode/django-rest-framework
[
anna-email
]:
mailto:anna@django-rest-framework.org
[
anna-email
]:
mailto:anna@django-rest-framework.org
[
two-scoops-of-django-11
]:
https://www.twoscoopspress.com/products/two-scoops-of-django-1-11
docs_theme/css/default.css
View file @
66e015c5
...
@@ -417,3 +417,8 @@ ul.sponsor {
...
@@ -417,3 +417,8 @@ ul.sponsor {
.toclink
{
.toclink
{
color
:
#333
;
color
:
#333
;
}
}
.book-cover
img
{
margin
:
0
!important
;
display
:
inline-block
!important
;
}
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