September 22, 2020
개인연습 : https://github.com/Juhyung990122/Yapp_temp 팀 : https://github.com/Yapp-17th/iOS_2_Backend
조깅을 하며 쓰레기를 줍는 ‘플로깅’에 재미요소를 가미하여 일상에서 환경운동에 동참할 수 있도록 돕는 앱서비스입니다.
SystemCheckError: System check identified some issues:
ERRORS:
User.MgmtUser.groups: (fields.E304) Reverse accessor for ‘MgmtUser.groups’ clashes with reverse accessor for ‘User.groups’.
문제:기본유저모델을 커스텀했는데 커스텀한 버전을 디폴트로 안해놔서 발생한 에러입니다.
해결:settings.py밑에 AUTH_USER 환경변수를 커스텀버전으로 설정합니다.