Difference between revisions of "Django"

From Lost In Wonderlands
Jump to: navigation, search
(Django)
(R)
 
(9 intermediate revisions by the same user not shown)
Line 36: Line 36:
 
== B ==
 
== B ==
 
== C ==
 
== C ==
 +
 +
=== a Complete Beginners guide ===
 +
* https://simpleisbetterthancomplex.com/series/beginners-guide/1.11/
 +
** https://simpleisbetterthancomplex.com/series/2017/09/04/a-complete-beginners-guide-to-django-part-1.html
 +
** https://simpleisbetterthancomplex.com/series/2017/09/11/a-complete-beginners-guide-to-django-part-2.html
 +
** https://simpleisbetterthancomplex.com/series/2017/09/18/a-complete-beginners-guide-to-django-part-3.html
 +
** https://simpleisbetterthancomplex.com/series/2017/09/25/a-complete-beginners-guide-to-django-part-5.html
 +
** https://simpleisbetterthancomplex.com/series/2017/10/09/a-complete-beginners-guide-to-django-part-6.html
 +
 
== D ==
 
== D ==
 
== E ==
 
== E ==
Line 51: Line 60:
 
== Q ==
 
== Q ==
 
== R ==
 
== R ==
 +
 +
=== runserver ssl ===
 +
* https://stackoverflow.com/questions/8023126/how-can-i-test-https-connections-with-django-as-easily-as-i-can-non-https-connec
 +
 +
==== sample code ====
 +
* * https://gist.github.com/claudiosanches/7012524
 +
 +
=== Rest Request.data ===
 +
* https://www.valentinog.com/blog/drf-request/
 +
 +
=== 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 ==
 
== T ==
 
== T ==
 +
=== tutorial from Mozilla ===
 +
* https://developer.mozilla.org/fr/docs/Learn/Server-side/Django/Tutorial_local_library_website
 +
 +
==== sample code  ====
 +
 +
== U ==
 +
=== Using Restfull API ===
 +
* https://simpleisbetterthancomplex.com/tutorial/2018/02/03/how-to-use-restful-apis-with-django.html
 +
 
== V ==
 
== V ==
 
== W ==
 
== W ==

Latest revision as of 20:28, 27 April 2021

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

Topics

QML Topics

A

A1

A11

A111
A1111

B

C

a Complete Beginners guide

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

runserver ssl

sample code

Rest Request.data

Rest based api tutorial

S

T

tutorial from Mozilla

sample code

U

Using Restfull API

V

W

X

Y

Z

Articles

Blogs

Tools link

Books