From 68c5771fc644f26c7ceac50918eeefda5107b21a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Tue, 13 Feb 2024 17:48:17 +0100 Subject: [PATCH] Clean up old config --- .vscode/settings.json | 3 --- backend/Procfile | 1 - 2 files changed, 4 deletions(-) delete mode 100644 backend/Procfile diff --git a/.vscode/settings.json b/.vscode/settings.json index aa69af9..ed2836b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" } diff --git a/backend/Procfile b/backend/Procfile deleted file mode 100644 index fc272ab..0000000 --- a/backend/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: gunicorn wsgi:app \ No newline at end of file