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 | 29 | 30 | 31 |
Tags
- SQL
- numpy
- tkinter Radio 동적버튼
- Django-allauth
- for loop
- allauth
- array
- check_password
- python
- flask
- FastAPI
- graphene-django
- Django
- GraphQL
Archives
- Today
- Total
목록Django-allauth (1)
객
Django-allauth 설정 및 작성
이 모듈을 인터넷에서 검색해 보면 많은 님들이 작성 해둔 글을 보시면 됩니다. 참고 사이트 : https://django-allauth.readthedocs.io/en/latest/installation.html 프로그램 관리 부분인 settings.py에서는 INSTALLED_APPS = [ 'django.contrib.sites', 'allauth', 'allauth.account', 'allauth.socialaccount', # 프로사용자 프로그램 'todos', ] AUTHENTICATION_BACKENDS = ( 'django.contrib.auth.backends.ModelBackend',\ 'allauth.account.auth_backends.AuthenticationBackend', )..
[PL]/Python
2022. 1. 13. 17:01