Go to file
Lukáš Kucharczyk 645ffa0dad
Django CI/CD / test (push) Successful in 1m3s Details
Django CI/CD / build-and-push (push) Successful in 2m4s Details
update styles
2024-09-03 22:39:25 +02:00
.githooks Disable pre-commit hook 2023-01-16 19:46:15 +01:00
.github/workflows Temporarily disable tests 2024-02-09 22:08:49 +01:00
.vscode update ruff path 2024-08-12 21:42:47 +02:00
common add links to add a new X to: game, edition, purchase, session, device, platform 2024-09-03 15:48:58 +02:00
games update styles 2024-09-03 22:39:25 +02:00
tests Initial working API 2023-11-30 17:35:44 +01:00
timetracker replace slippers with django-cotton 2024-09-02 17:43:41 +02:00
.dockerignore Fix .dockerignore 2023-11-16 16:27:41 +01:00
.drone.yml Update .drone.yml testing 2023-11-16 16:30:17 +01:00
.editorconfig Add .editorconfig 2023-02-21 23:50:09 +01:00
.envrc add .envrc 2024-08-08 14:48:20 +02:00
.gitignore .gitignore: add .direnv 2024-08-08 14:49:09 +02:00
.pre-commit-config.yaml replace slippers with django-cotton 2024-09-02 17:43:41 +02:00
CHANGELOG.md create purchase list without paging 2024-08-08 20:17:43 +02:00
Caddyfile Remove Caddy 2023-01-20 17:15:53 +01:00
Dockerfile Version 1.5.2 2024-01-14 21:28:38 +01:00
Makefile make dev does not ignore warnings 2024-06-26 18:35:05 +02:00
README.md Make setting up and developing easier 2024-06-26 17:18:58 +02:00
docker-compose.no-caddy.yml Remove Caddy 2023-01-20 17:15:53 +01:00
docker-compose.yml Fix docker-compose.yml 2023-11-16 16:27:41 +01:00
entrypoint.sh Try to shutdown container gracefully and faster 2023-10-01 19:57:15 +02:00
manage.py formatting 2024-08-11 17:24:26 +02:00
package.json Make game overview more appealing 2024-07-09 23:03:03 +02:00
poetry.lock replace slippers with django-cotton 2024-09-02 17:43:41 +02:00
pyproject.toml replace slippers with django-cotton 2024-09-02 17:43:41 +02:00
shell.nix add ruff to shell.nix 2024-08-11 17:24:50 +02:00
tailwind.config.js Make game overview more appealing 2024-07-09 23:03:03 +02:00

README.md

Timetracker

A simple game catalogue and play session tracker.

Development

The project uses pyenv to manage installed Python versions. If you have pyenv installed, you can simply run:

make init

This will make sure the correct Python version is installed, and it will install all dependencies using poetry. Afterwards, you can start the development server using make dev.