링크 모음
👍 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
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
Welcome to Python.org
The official home of the Python Programming Language
www.python.org
장고에서 template engine configuration
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
- Model field reference | Django documentation | Django (djangoproject.com)
- Django와 Reverse relations과 Related_name (velog.io)
- 3 - Class based views - Django REST framework (django-rest-framework.org)
- Customizing authentication in Django | Django documentation | Django (djangoproject.com)
- Permissions - Django REST framework (django-rest-framework.org)
- python - Django REST Framework - Separate permissions per methods - Stack Overflow
- 장고의 커스텀 유저 모델 만들기
- USERNAME_FIELD
- 수동으로 사용자 암호 관리
- Customizing authentication in Django | Django documentation | Django (djangoproject.com)
- Generic Api exception
- 장고 모델에서 파일 업로드
- drf 시리얼라이저 관계 설정
- custom validation
- custom create
- on_delete
- SerializerMethodField
- Django aggregate
- https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
- https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
- 자바스크립트 async와 await
- cors란?
- HTTP 메세지
- HTTP 개요
- 장고 internationalization
- Django 템플렛
- 장고의 request와 response
- HTTP 요청 메소드
- 장고의 url
- 장고의 템플릿 상속
- 장고의 철학
- 장고 모델
- 장고 모델 필드
- Django ORM
- Django 날짜 포맷
- csv to json
- Django 공식 문서
- Django dumpdata와 loaddata