make application run outside of docker

This commit is contained in:
Simon
2024-07-17 19:09:31 +02:00
parent 335e6f4b6f
commit c687c0fd96
14 changed files with 97 additions and 25 deletions

5
.gitignore vendored
View File

@@ -2,8 +2,9 @@
__pycache__
.venv
# django testing db
db.sqlite3
# django testing
**/static/volume
**/.env
# vscode custom conf
.vscode