Expanded generation options. Multiple outfits support.

This commit is contained in:
Aodhan Collins
2026-02-19 00:40:29 +00:00
parent 1e7f252cf9
commit 5aede18ad5
65 changed files with 2086 additions and 477 deletions

View File

@@ -17,7 +17,7 @@ source "$VENV_DIR/bin/activate"
if [ "$1" == "--clean" ]; then
echo "Performing clean start..."
echo "Removing database..."
rm -f database.db
rm -f database.db instance/database.db
echo "Clearing uploads..."
rm -rf static/uploads/*
fi