Everytime I try to run a Django command on SBT3 with ctrl+shift+p > Django: any_command, the command line shows this error:
Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 797, in run_ return self.run() File "django-commands in C:\Users\emman\AppData\Roaming\Sublime Text 3\Installed Packages\Django Manage Commands.sublime-package", line 199, in run File "django-commands in C:\Users\emman\AppData\Roaming\Sublime Text 3\Installed Packages\Django Manage Commands.sublime-package", line 143, in run_command File "django-commands in C:\Users\emman\AppData\Roaming\Sublime Text 3\Installed Packages\Django Manage Commands.sublime-package", line 125, in define_terminal File "C:\Program Files\Sublime Text 3\sublime.py", line 1133, in get return sublime_api.settings_get(self.settings_id, key) TypeError: String required
I uninstalled SBT3 and reinstalled it and all packages but still showing the same behavior. I will appreciate any help.
PD1:I still can run the commands from CMD but not luck with ctrl+shift+p > Django: shell for example.PD2: it was working all fine, all I did was add the project to a git server so I can push and pull changes and make branches.
Hello everyone
Everytime I try to run a Django command on SBT3 with
ctrl+shift+p > Django: any_command
, the command line shows this error:Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 797, in run_ return self.run() File "django-commands in C:\Users\emman\AppData\Roaming\Sublime Text 3\Installed Packages\Django Manage Commands.sublime-package", line 199, in run File "django-commands in C:\Users\emman\AppData\Roaming\Sublime Text 3\Installed Packages\Django Manage Commands.sublime-package", line 143, in run_command File "django-commands in C:\Users\emman\AppData\Roaming\Sublime Text 3\Installed Packages\Django Manage Commands.sublime-package", line 125, in define_terminal File "C:\Program Files\Sublime Text 3\sublime.py", line 1133, in get return sublime_api.settings_get(self.settings_id, key) TypeError: String required
I uninstalled SBT3 and reinstalled it and all packages but still showing the same behavior. I will appreciate any help.
PD1:I still can run the commands from CMD but not luck with
ctrl+shift+p > Django: shell
for example. PD2: it was working all fine, all I did was add the project to a git server so I can push and pull changes and make branches.