Difference between revisions of "Django"
From Lost In Wonderlands
(→tutoriql from Mozilla) |
(→R) |
||
Line 57: | Line 57: | ||
==== sample code ==== | ==== sample code ==== | ||
* * https://gist.github.com/claudiosanches/7012524 | * * https://gist.github.com/claudiosanches/7012524 | ||
+ | |||
+ | === Rest based api tutorial === | ||
+ | * https://www.django-rest-framework.org/api-guide/requests/ | ||
+ | * https://www.django-rest-framework.org/tutorial/2-requests-and-responses/ | ||
+ | * https://www.django-rest-framework.org/tutorial/3-class-based-views/ | ||
+ | * https://www.django-rest-framework.org/tutorial/4-authentication-and-permissions/ | ||
+ | * https://www.django-rest-framework.org/tutorial/5-relationships-and-hyperlinked-apis/ | ||
+ | * https://www.django-rest-framework.org/tutorial/6-viewsets-and-routers/ | ||
== S == | == S == |
Revision as of 18:39, 27 April 2021
Contents
Django
NeXT Steps
here everything has yet to be done !
coming soon :
Everything You Always Wanted to Know on Subject... (But Were Afraid to Ask) a collection of links of interest
See also
Django
on macOS
- https://akrabat.com/creating-virtual-environments-with-pyenv/
- https://github.com/pyenv/pyenv-virtualenv
Topics
QML Topics
A
A1
A11
A111
A1111
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
runserver ssl
sample code
Rest based api tutorial
- https://www.django-rest-framework.org/api-guide/requests/
- https://www.django-rest-framework.org/tutorial/2-requests-and-responses/
- https://www.django-rest-framework.org/tutorial/3-class-based-views/
- https://www.django-rest-framework.org/tutorial/4-authentication-and-permissions/
- https://www.django-rest-framework.org/tutorial/5-relationships-and-hyperlinked-apis/
- https://www.django-rest-framework.org/tutorial/6-viewsets-and-routers/
S
T
tutorial from Mozilla
sample code
U
V
W
X
Y
Z
Articles
- https://www.w3.org/Provider/Style/URI
- https://medium.com/swlh/build-your-first-rest-api-with-django-rest-framework-e394e39a482c
- https://blog.usejournal.com/react-on-django-getting-started-f30de8d23504