ignore pylint

This commit is contained in:
ducoterra
2020-10-25 21:04:59 -04:00
parent 964dec7934
commit e2d86935f4

View File

@@ -136,7 +136,7 @@ Django is a pip package. Pip packages are other people's python code that you ca
![startproject](img/day0/startproject.gif)
1. Click on `manage.py`. You should see VSCode activate python extensions in the bottom left and select an interpretor. ('venv': venv) should be selected.
1. Click on `manage.py`. You should see VSCode activate python extensions in the bottom left and select an interpretor. ('venv': venv) should be selected. You can ignore the message that says "linter pylint is not installed" - just close out of it.
![open_manage](img/day0/open_manage.gif)
@@ -272,7 +272,7 @@ Django is a pip package. Pip packages are other people's python code that you ca
![startproject](img/day0/startproject.gif)
1. Click on `manage.py`. You should see VSCode activate python extensions in the bottom left and select an interpretor. ('venv': venv) should be selected.
1. Click on `manage.py`. You should see VSCode activate python extensions in the bottom left and select an interpretor. ('venv': venv) should be selected. You can ignore the message that says "linter pylint is not installed" - just close out of it.
![open_manage](img/day0/open_manage.gif)