DjangoCommands
DjangoCommands copied to clipboard
Not working: cannot find manage.py -- settings seem to be ignored
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?
Bumping @Proyecto513
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!