Clean up old config

This commit is contained in:
Phillip Kühne 2024-02-13 17:48:17 +01:00
parent 538f0a3c23
commit 68c5771fc6
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,4 @@
{
"python.pythonPath": "/usr/bin/python",
"python.testing.unittestArgs": [
"-v",
"-s",
@ -9,8 +8,6 @@
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"emmet.includeLanguages": {
"django-html": "html"
}

View File

@ -1 +0,0 @@
web: gunicorn wsgi:app