shit didnt woirk. frucky ou

This commit is contained in:
2025-08-12 20:37:59 +02:00
parent 525297f19b
commit c1ef310f6a
3 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@@ -2,4 +2,4 @@ __pycache__
instance
.venv
venv
*.sqlite3
*.sqlite3

View File

@@ -4,6 +4,8 @@
but more lightweight
run the bash script to start the server.
if you want to contribute write tests like this:
### FileStructure:

View File

@@ -2,6 +2,9 @@
set -e # exit if any command fails
# Ensure QPP/database directory exists
mkdir -p QPP/database
python -m venv venv
source venv/bin/activate