windows10home Pycharm Community 2019.3 Python3.7
It is assumed that you are creating a Django project and application. See below Until Django application is created in the terminal
Every time you create an app, you need to register it in the project and activate it.
プロジェクトビューで、「プロジェクト名」ー「プロジェクト名」ーsetting.py
Add line to INSTALLD_APPS (save as Ctl + S)
(Application name) .apps. (Apps.py class name)
Note the file name when adding INSTALL_APPS.
Recommended Posts