DjangoCommands icon indicating copy to clipboard operation
DjangoCommands copied to clipboard

Not working: cannot find manage.py -- settings seem to be ignored

Open eugenio opened this issue 7 years ago • 2 comments

this is my project settings:

{ "browser_after_runserver": "true", "python_virtualenv_paths": "~/.virtualenvs/", "python_bin" : "~/.virtualenvs/gurps-django-35/bin/python", "django_project_root":"/home/eugenio/git/django_projects/gurpstools", }

and this is my general settings

{ "project_override" : "true", }

when I do "run server" from the palette it says it cannot find mange.py even if it's there... Any thoughts?

eugenio avatar Sep 20 '17 07:09 eugenio

Bumping @Proyecto513

eugenio avatar Sep 26 '17 07:09 eugenio

it seems that the affected version is the one installed from Package Control v1.8.0, as the version installed from the git repo is working fine!

eugenio avatar Sep 26 '17 10:09 eugenio