Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 스파르타내일배움캠프TIL
- 백준
- 코딩테스트준비
- 그리디
- drf
- 코딩테스트
- lol
- greedy
- 프로그래머스
- python
- java
- 자바
- github
- Django
- 내일배움캠프
- 파이썬
- Riot
- sort
- 라이엇
- 스파르타내일배움캠프
- 리그오브레전드
- 그리디알고리즘
- 롤
- SQL
- API
- programmers
- 탐욕알고리즘
- 알고리즘
- git
- 장고
Archives
- Today
- Total
목록authentication_backends (1)
Lina's Toolbox
[Python/Django] ValueError: You have multiple authentication backends configured and therefore must provide the backend argument or set the backend attribute on the user.
Discord OAuth2 인증 구현 중..자꾸 날 괴롭혔던 에러.Redirects를 discordlogin/으로 연결했는데,discordlogin은 URL 패턴인데 자꾸 discordlogin이라는 모듈이 없다고해서 헷갈렸다.그래서 내가 어딘가에서 discordlogin을 모듈로 잘못 사용하고 있는 것 같아 내 코드에서 discordlogin을 검색해봤고 settings.pyAUTHENTICATION_BACKENDS = ( 'users.auth.DiscordAuthenticationBackend', # discord 백엔드 'django.contrib.auth.backends.ModelBackend', # 기본 백엔드 'allauth.account.auth_backends.Authe..
스파르타 내일 배움 캠프 AI 웹개발 과정/troubleshooting
2024. 10. 11. 01:23