move django into the backend folder

This commit is contained in:
Andreas Zweili 2020-11-28 16:12:06 +01:00
parent edd308c6c7
commit 069d0d50ca
172 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -174,4 +174,4 @@ migrations/
htmlcov/
.second_run
/static
backend/static

View File

@ -2,7 +2,7 @@
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.pythonPath": "venv/bin/python",
"python.pythonPath": "backend/venv/bin/python",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Some files were not shown because too many files have changed in this diff Show More