Closed siomiz closed 7 years ago
Adds an option to specify per-project django_project_root from .sublime-project files.
django_project_root
.sublime-project
Also fixes a bug where get_manage_py returning only a path (without /manage.py) when django_project_root is set in DjangoCommands.sublime-settings file.
get_manage_py
/manage.py
DjangoCommands.sublime-settings
Thanks for your contribution
Adds an option to specify per-project
django_project_root
from.sublime-project
files.Also fixes a bug where
get_manage_py
returning only a path (without/manage.py
) whendjango_project_root
is set inDjangoCommands.sublime-settings
file.