Flask app to note attendance at a Studiecirkel.
Python, Flask, Redis, PyYAML
pip install Flask
pip install Flask-Redis
pip install PyYAML
Now using a template and a CSS and a favicon, and Jinja template language.
Start by e.g.
python mugshots.py debug
Initialize the secret key
echo "key=\"$(head -c 24 /dev/random | base64)\"" > secret_key.py
The database will be initialized when opening the index page the first time.
Run this command in redis-cli
to reset the database:
flushdb
The primary feature is the /report.