Server/Django issue

[Django] Custom User

개발자킹콩 2022. 8. 5. 19:33

 

Reference

https://dev-yakuza.posstree.com/ko/django/custom-user-model/

 

장고(django)의 커스텀 유저 모델(Custom User Model)

장고(django) 프로젝트에서 사용되는 유저 모델(User Model)을 입맛에 맞게(Customization) 수정하여 사용해 봅시다.

dev-yakuza.posstree.com

https://blaize.tistory.com/89

 

Django User model Custom

AbstractUser (사용자 정의 사용자 모델 대체) 일부 프로젝트에는 Django의 내장 사용자 모델이 항상 적절하지 않은 인증 요구 사항이 있을 수 있다. 예를 들어 일부 사이트에서는 사용자 이름 대신 이

blaize.tistory.com

https://yonghyunlee.gitlab.io/python/user-extend/

 

django login 유저 확장 방법 - 김땡땡's blog

장고의 auth 기능은 User 객체를 제공한다. 우리는 기본 default로 이 User 객체로 여러 인증을 구현할 수 있다. User model User model의 기본적으로 있는 여러 필드들이 있다. username 필수사항이다. 150자 이

yonghyunlee.gitlab.io

https://wayhome25.github.io/django/2017/05/18/django-auth/

 

사용자 인증 (django.contrib.auth) · 초보몽키의 개발공부로그

AskDjango 수업을 듣고 중요한 내용을 정리하였습니다.

wayhome25.github.io

 

'Server > Django issue' 카테고리의 다른 글

[Django] AWS S3 연동  (0) 2022.09.14
[Django] 인증 인가 참고자료  (0) 2022.08.08
[Django] MySQL 테이블 전체 삭제  (0) 2022.08.05
[Django] User model 확장  (0) 2022.08.04
[Django] mysql 로그인 오류 해결방법  (0) 2022.08.04