A memorandum for myself & for those who are addicted to the same thing.
Migration is not possible unless manage.py and the app directory are in the same hierarchy
--The root directory name and the project name were the same --I started app in the project directory, and manage.py and the app hierarchy are different.
ModuleNotFoundError: No module named 'app directory name'
├.vscode
├ project directory
└ app directory
├venv
└manage.py
├.vscode
├ project directory
├ app directory
├venv
└manage.py
Looking back, it's too rudimentary, but I'll contribute because it doesn't fit into the same thing.
Recommended Posts