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 |
Tags
- 고용노동부
- 대체거래소
- 봄철건강관리
- 퇴직연금
- 정부지원사업
- visual studio code
- 다자녀가구
- 노후준비
- 연금수령액
- 서학개미
- 내집마련
- 일가정양립
- K패스
- 닷넷코어
- git
- 귀농귀촌
- ASP.NET Core
- 청년복지
- 닷넷코어 mvc
- github
- 정부지원금
- ASP.NET Core MVC
- 청년일자리
- 기관지건강
- 국내여행추천
- 중소기업지원
- 정부지원
- 국민연금
- 미세먼지대비
- 미국주식
Archives
- Today
- Total
IT와 일상다반사
django - 소셜로그인 본문
반응형
pip install django-allauth
django-allauth.readthedocs.io/en/latest/installation.html
Installation — django-allauth 0.43.0 documentation
Post-Installation In your Django root execute the command below to create your database tables: Now start your server, visit your admin pages (e.g. http://localhost:8000/admin/) and follow these steps: Add a Site for your domain, matching settings.SITE_ID
django-allauth.readthedocs.io
관련 문서 확인하기..
반응형
Comments