Django rest api(5)

‍박소연·2022년 9월 25일
0

Django

목록 보기
10/10

rest_auth

https://23life.tistory.com/82

dj_rest_auth

https://minwoo.kim/posts/create-register-and-jwt-login-api-using-django-rest-framework/

로그인 페이지로 어떻게 들어감..?

url 수정 후 해결

.env
변수와 값 사이에 공백이 없게 넣어야 한다 꼭

변수와 값 사이 띄어쓰기 존재 시
SECRET_KEY ='django-insecure-fqve&3!urq5wjhq6h(+hu)04$zfqyg+o!6d!+=+2wy8i@y5$'
DEBUG=True

보면 SECERY_KEY와 =사이에 공백이 하나 있는데, 이대로 실행하면 안 됨

0개의 댓글