From c1ef310f6aa577ae67b71ab1403ac6588fbe34f5 Mon Sep 17 00:00:00 2001 From: rattatwinko Date: Tue, 12 Aug 2025 20:37:59 +0200 Subject: [PATCH] shit didnt woirk. frucky ou --- .gitignore | 2 +- readme.md | 2 ++ run.bash | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2e46365..1678d00 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ __pycache__ instance .venv venv -*.sqlite3 \ No newline at end of file +*.sqlite3 diff --git a/readme.md b/readme.md index 3e0976f..aa10ff0 100644 --- a/readme.md +++ b/readme.md @@ -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: diff --git a/run.bash b/run.bash index 40a15ce..82b6f66 100644 --- a/run.bash +++ b/run.bash @@ -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