django.core.exceptions.ImproperlyConfigured

Kiyong Lee·2021년 10월 21일
0

Error

목록 보기
3/6

django.core.exceptions.ImproperlyConfigured

django.core.exceptions.ImproperlyConfigured: The included URLconf '<module 'users.urls' from '/Users/kylee/Desktop/Development/Wecode_25th/25-2nd-RIDIBOOKSL-backend/users/urls.py'>' does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import.


상황

main에서 카카오 로그인 작업할 브랜치를 만들어서 PR을 올리고

구독 관련 작업을 하기 위해 feature/subscribes라는 브랜치를 만듦

feature/subscribes에서 작업 후 서버를 켜서 테스트를 하려는데 발생


결과

이 브랜치는 유저에 대한 작업이 안돼있는 브랜치인데, 유저를 식별할 url을
내가 설정해줬음

최상위 폴더 urls.py인데, users/urls.py에는 아무내용이 없어서 발생

주석처리 하여 작업 진행 중이며, commit 시 주석 제거 예정

profile
ISTJ인 K-개발자

0개의 댓글