vladimirnani / DjangoCommands

ST2/ST3 plugin for managing django project
29 stars 14 forks source link

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

Open eugenio opened 7 years ago

eugenio commented 7 years ago

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 commented 7 years ago

Bumping @Proyecto513

eugenio commented 7 years ago

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!