https://docs.djangoproject.com/en/3.1/topics/auth/default/#how-to-log-a-user-in Using the Django authentication system | Django documentation | Django Django The web framework for perfectionists with deadlines. Overview Download Documentation News Community Code Issues About ♥ Donate docs.djangoproject.com django 공식문서에 로그인, 로그아웃 하는 방법이 아주 잘 나와있다. 보고 views.py에 작성하면 된다. django.contrib.auth.forms 에..