Skip to content Skip to sidebar Skip to footer

Pycharm Manage.py Tasks Importerror: No Module Named Manage

When trying to execute 'run manage.py Task...' in pycharm with a remote environment I'm getting the following error: ssh://vagrant@127.0.0.1:2222/home/vagrant/.virtualenvs/telmo/bi

Solution 1:

I fixed this issue by first adding a new deployment server to pycharm.

Just go into Tools / Deployment.

Click the Plus sign and configure a new SFTP connection. Then click Mappings and configure your local path and deployment server path.

Then add the remote interpreter to pycharm using "deployment configuration"

After this "run django console" and "run manage.py Task" started to work on remote for me.

Post a Comment for "Pycharm Manage.py Tasks Importerror: No Module Named Manage"