강의

멘토링

커뮤니티

Inflearn Community Q&A

yongdae04151423's profile image
yongdae04151423

asked

Python Django Web Programming Taught by Silicon Valley Engineer

Learn about CBV, CRUD (Create, Read, Update and Delete) and ListView

Django Authentication 중에 로그아웃 기능이 안됩니다 ㅠㅠ

Written on

·

333

1

코드를 비교해봐도 똑같습니다... 로그인은 되어잇고 그 후 로그아웃을 하려면 405 에러가 나오네요 ㅠㅠ스크린샷 2024-03-20 오후 12.16.46.png스크린샷 2024-03-20 오후 12.16.55.png

pythondjangobootstraprest-apidrf

Answer 1

1

altoformula님의 프로필 이미지
altoformula
Instructor

안녕하세요 권용대님,

Discord에서 말씀 드렸다시피, 코드 한번 천천히 비교해보시면 될 듯 합니다.
https://github.com/dimz119/learn-python-django/tree/authentication
Branch 코드 자료가 스냅샷이니, 하나씩 확인해보시면 될 듯 합니다.

혹시 버전도 requirements.txt에 나와있는 것처럼 4.1.5로 한번 해보세요

yongdae04151423's profile image
yongdae04151423

asked

Ask a question