참고

링크 모음

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


 

반응형