Skip to content

Instantly share code, notes, and snippets.

@eastenluis
Created February 5, 2018 20:21
Show Gist options
  • Save eastenluis/170a29359f57538e0355dcc70a7cec5d to your computer and use it in GitHub Desktop.
Save eastenluis/170a29359f57538e0355dcc70a7cec5d to your computer and use it in GitHub Desktop.
Basic VSCode Django Workspace Settings
{
"python.linting.pep8Enabled": false,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.pylintArgs": [
"--load-plugins",
"pylint_django"
],
"python.pythonPath": "{Path to python/virtual env}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment