You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
장고 최신 버전의 앞자리수가 3일 전에 바뀌었습니다..
그래서 소나클라우드에서 테스트가 돌 때, django 를 버전 3로 설치해서 하는데,
버전이 바뀐 것 때문에
Creating test database for alias 'default'...
Destroying test database for alias 'default'...
SystemCheckError: System check identified some issues:
ERRORS:
?: (translation.E004) You have provided a value for the LANGUAGE_CODE setting that is not in the LANGUAGES setting.
System check identified 1 issue (0 silenced).
The command "coverage run --branch --source='./club4u' manage.py test" exited with 1.
이 오류가 뜨면서 테스트가 실행이 안됩니다.
이를 해결하기 위해서 requirements.txt에 django 버전을 2.2.5로 명시를 해두면서
잠시 해결되는 줄 알았으나..
다음날에,
potential security vulnerability 오류메시지가 대문짝에 떴습니다.
그래서 버전을 올리고
LANGUAGE_CODE 에러를 해결해보고자 했으나
해결함에 어려움을 겪어서.. 도움을 구합니다!
python django backend의 settings.py에 LANGUAGE_CODE = 'ko-kr'로 되어있는데,
이것과 관련된 문제인가 싶어서 이것저것 해보았습니다만.. 잘 되지 않았습니다.
도와주세요!
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
장고 최신 버전의 앞자리수가 3일 전에 바뀌었습니다..
그래서 소나클라우드에서 테스트가 돌 때, django 를 버전 3로 설치해서 하는데,
버전이 바뀐 것 때문에
이 오류가 뜨면서 테스트가 실행이 안됩니다.
이를 해결하기 위해서 requirements.txt에 django 버전을 2.2.5로 명시를 해두면서
잠시 해결되는 줄 알았으나..
다음날에,

potential security vulnerability 오류메시지가 대문짝에 떴습니다.
그래서 버전을 올리고
LANGUAGE_CODE 에러를 해결해보고자 했으나
해결함에 어려움을 겪어서.. 도움을 구합니다!
python django backend의 settings.py에 LANGUAGE_CODE = 'ko-kr'로 되어있는데,
이것과 관련된 문제인가 싶어서 이것저것 해보았습니다만.. 잘 되지 않았습니다.
도와주세요!
The text was updated successfully, but these errors were encountered: