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