A Django app and associated utilities to maintain a record of selected personal statistics
| docs | ||
| personal_stats | ||
| scripts | ||
| stats | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| AGENTS.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Justfile | ||
| manage.py | ||
| Personal Stats.md | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
Personal Stats
A Django app and associated utilities to maintain a record of selected personal statistics.
I built this to replace a spreadsheet that I had used to intermittently track events and statistics that are of interest to me. My plan was to use this data for analysis and as a test data set for evaluating new tools and technologies. Well, now the data is in a database with a nice front end to enter new values and I can crack on with my analysis.
For an overview of the requirements see Personal Stats.md. For instructions how to run and administer the application see the documentation in the docs directory.