로딩
요청 처리 중입니다...

Model class doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

 Model class doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

오류 현상 (venv) sm@smhp:~/add-baseball$ python3.6 -m django --version 3.0.5 (venv) sm@smhp:~/add-baseball$ python manage.py makemigrations ... File "/home/sm/add-baseball/venv/lib/python3.6/site-packages/django/db/models/base.py", line 115, in __new__ "INSTALLED_APPS." % (module, name) RuntimeError: Model class iescorerheb.models.KboIeScorerheb doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

장고에서 마이그래이션으로 모델을 생성했다가 모델의 이름을 변경한다던지 삭제해버리면 발생하는 오류. 스택오버플로우 같은데 찾아보면...

# diff