์ฐธ๊ณ 

๋งํฌ ๋ชจ์Œ

nicesugi 2022. 7. 1. 02:18

๐Ÿ‘ Simple JWT 

https://django-rest-framework-simplejwt.readthedocs.io/en/latest/index.html

 

Simple JWT — Simple JWT 5.2.0.post3+gaa21b20 documentation

Simple JWT provides a JSON Web Token authentication backend for the Django REST Framework. It aims to cover the most common use cases of JWTs by offering a conservative set of default features. It also aims to be easily extensible in case a desired feature

django-rest-framework-simplejwt.readthedocs.io

 

๐Ÿ‘ JWT 

https://jwt.io/

 

JWT.IO

JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.

jwt.io

๐Ÿ‘ DRF

https://www.django-rest-framework.org/

 

Quickstart - Django REST framework

We're going to create a simple API to allow admin users to view and edit the users and groups in the system. Create a new Django project named tutorial, then start a new app called quickstart. # Create the project directory mkdir tutorial cd tutorial # Cre

www.django-rest-framework.org

๐Ÿ‘ Django

https://docs.djangoproject.com/en/4.0/

 

Django documentation | Django documentation | Django

Django The web framework for perfectionists with deadlines. Overview Download Documentation News Community Code Issues About ♥ Donate

docs.djangoproject.com

๐Ÿ‘ Python

https://www.python.org/doc/

 

Welcome to Python.org

The official home of the Python Programming Language

www.python.org

 

 

 

 

 

 

์žฅ๊ณ ์—์„œ template engine configuration

OOP Basics

๋งค์ง๋ฉ”์†Œ๋“œ

pyscript

prefetch_related

https://docs.djangoproject.com/en/4.0/ref/models/querysets/#prefetch-related

์žฅ๊ณ  ๋กœ๊น… ๋ฐฉ๋ฒ•

https://docs.djangoproject.com/en/4.0/topics/logging/#examples

SQL Tutorial

https://www.geeksforgeeks.org/sql-tutorial/

MEDIA_URL, MEDIA_ROOT

https://docs.djangoproject.com/en/4.0/ref/settings/#media-url

ImageField ์‚ฌ์šฉ์˜ˆ์ œ

https://docs.djangoproject.com/en/4.0/topics/files/

์žฅ๊ณ  reverse

https://docs.djangoproject.com/en/4.0/ref/urlresolvers/

์žฅ๊ณ  path converter ( <int:year> , <str:year>, <slug:year> … )

https://docs.djangoproject.com/en/3.0/topics/http/urls/#path-converters

์žฅ๊ณ  transaction

https://docs.djangoproject.com/en/4.0/topics/db/transactions/

SQL transaction

https://www.tutorialspoint.com/sql/sql-transactions.htm

์žฅ๊ณ  get_absolute_url()

https://docs.djangoproject.com/en/4.0/ref/models/instances/#get-absolute-url

์žฅ๋ฐ”๊ตฌ๋‹ˆ ๋ชจ๋ธ ์ฐธ๊ณ 

https://morioh.com/p/ccfd9524da10


 

๋ฐ˜์‘ํ˜•