タイトル: RuntimeError: Model class ~ doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
SEOタイトル: RuntimeError: Model class ~ doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
| この記事の要点 |
|---|
|
エラー内容
|
RuntimeError: Model class ~ doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS. |
発生条件/原因/対処法
runserver時に発生するエラー。
対象のモデルを含むアプリがsetting.pyのINSTALLED_APPSに登録されていないことが原因。