Django

[에러]RuntimeError: Model class example.models.Question doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

a-몬드 2022. 4. 4. 14:09
반응형

유튜브 명준MJ 님의 django 강의를 듣고 다시 복습하기 위해 example 폴더를 만들어 다시 똑같이 만들어 보고있었다. 

그러다가 아예 서버가 안돌아가는 상황 발생,,,

제일 아래에 이런 문구가 떠서 구글링 해본결과

 

RuntimeError: Model class example.models.Question doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS. 

 

얻을 수 있는건 없었다.

Apps이 설치가 안되어있어서 mysite폴더 settings.py에 

 

apps을 추가할대는 setting에 들어가서

작성해주어야 했는데 하지 않아 서버가 돌아가지 않았다.

파란색부분을 작성

기초적인거 겠지만,,,저같은 사람들을 위해 작성하였습니다.

django 초보분들,,,저 처럼 헤매지 마세요,,,ㅎ

화이팅ㅜ 

반응형