Handle explicit 'no' from the other side

This commit is contained in:
2025-03-19 12:13:02 +01:00
parent 82668938af
commit 23432327e9
2 changed files with 8 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ Create a file (e.g., called `run.sh`) with the following:
export FLASK_SERVE_DIR="/home/YOURUSER/workspace/somesite/build/html"
export FLASK_MOTHERSHIP="http://localhost:8888/api/staticshield"
export FLASK_SESSION_COOKIE_NAME="staticshield"
export FLASK_PERMANENT_SESSION_LIFETIME=7200
flask --app staticshield run
```
@@ -25,7 +26,7 @@ ruff check --fix --select I .
## Deploying
Create a virtualenv with flask, gunicorn:
Create a virtualenv with Flask and gunicorn to run it:
```bash
# Example, create wherever you like