Skip to content

Commit

Permalink
React & Django REST
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSteenstra committed Jan 14, 2020
0 parents commit b1b17fa
Show file tree
Hide file tree
Showing 52,034 changed files with 4,934,592 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
16 changes: 16 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"python.pythonPath": "C:\\Users\\steeni\\Documents\\Github\\TherapyNow - New\\backend\\env\\Scripts\\python.exe",
"team.showWelcomeMessage": false,
"editor.formatOnSave": true,
"python.linting.pycodestyleEnabled": false,
"python.linting.pylintPath": "/path/to/pylint",
"python.linting.pylintArgs": [
"--load-plugins",
"pylint_django"
],
"python.linting.pylintEnabled": true,
"[python]": {
"editor.formatOnSave": true
},
"python.linting.enabled": false
}
Loading

0 comments on commit b1b17fa

Please sign in to comment.