python manage.py runserver
Error ImportError: No module named mns.account
I have a module here, but I can’t find the problem! ! !
Either use the directory where mns is located as the path for python to search for modules (suitable for development); or use relative paths to import modules in the same project (not recommended)
The code I tested on git, this can be run on the server side, but errors will occur locally
Either use the directory where mns is located as the path for python to search for modules (suitable for development); or use relative paths to import modules in the same project (not recommended)
The code I tested on git, this can be run on the server side, but errors will occur locally