原文:Django報錯之...doesn't declare an explicit app_label...

Django 啟動項目服務的時候可能會報以下錯誤:以下Apps.userPage是應用名,換成你自己的 單項目不太可能會遇到這個問題,一般多應用放在一個Apps下時可能會出現.doesn t declare an explicit app label and isn t in an application in INSTALLED APPS 如果你確信在models.py中正確添加了對應的Mod ...

2021-07-23 17:18 0 141 推薦指數:

查看詳情

't declare an explicit app_label and isn't in an a

Error Msg 原因及解決:   1. 沒有安裝apps, 在setting.py中安裝app   2. 安裝app后, 所有用到app中的模塊導入必須使用app.模塊名, 不能使用上級目錄apps   3. 如果無法遷移, 可指定遷移 ...

Mon Dec 10 21:11:00 CST 2018 0 679
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM