No description https://opensplit.de
  • Python 79.3%
  • Pug 12.3%
  • Go Template 2.8%
  • JavaScript 1.9%
  • CSS 1.5%
  • Other 2.2%
Find a file
fleaz 93e20c73c0
All checks were successful
Deployment / container (push) Successful in 44s
Deployment / helm (push) Successful in 5s
typo
2026-05-03 16:26:21 +02:00
.forgejo/workflows shell.nix, python reformatting, vite buildsystem, postgres, add uv, drop gulp, update all the things 2026-05-02 01:10:23 +02:00
assets shell.nix, python reformatting, vite buildsystem, postgres, add uv, drop gulp, update all the things 2026-05-02 01:10:23 +02:00
chart Fix domain 2026-05-03 16:01:11 +02:00
opensplit typo 2026-05-03 16:26:21 +02:00
.dockerignore shell.nix, python reformatting, vite buildsystem, postgres, add uv, drop gulp, update all the things 2026-05-02 01:10:23 +02:00
.envrc shell.nix, python reformatting, vite buildsystem, postgres, add uv, drop gulp, update all the things 2026-05-02 01:10:23 +02:00
.gitignore Use alpine as base for prod image 2021-07-27 11:40:37 +02:00
docker-compose.yaml shell.nix, python reformatting, vite buildsystem, postgres, add uv, drop gulp, update all the things 2026-05-02 01:10:23 +02:00
Dockerfile shell.nix, python reformatting, vite buildsystem, postgres, add uv, drop gulp, update all the things 2026-05-02 01:10:23 +02:00
manage.py shell.nix, python reformatting, vite buildsystem, postgres, add uv, drop gulp, update all the things 2026-05-02 01:10:23 +02:00
package.json shell.nix, python reformatting, vite buildsystem, postgres, add uv, drop gulp, update all the things 2026-05-02 01:10:23 +02:00
pnpm-lock.yaml shell.nix, python reformatting, vite buildsystem, postgres, add uv, drop gulp, update all the things 2026-05-02 01:10:23 +02:00
pyproject.toml shell.nix, python reformatting, vite buildsystem, postgres, add uv, drop gulp, update all the things 2026-05-02 01:10:23 +02:00
README.md README makeover 2021-06-07 21:52:42 +02:00
shell.nix shell.nix, python reformatting, vite buildsystem, postgres, add uv, drop gulp, update all the things 2026-05-02 01:10:23 +02:00
start.sh shell.nix, python reformatting, vite buildsystem, postgres, add uv, drop gulp, update all the things 2026-05-02 01:10:23 +02:00
uv.lock shell.nix, python reformatting, vite buildsystem, postgres, add uv, drop gulp, update all the things 2026-05-02 01:10:23 +02:00
vite.config.js shell.nix, python reformatting, vite buildsystem, postgres, add uv, drop gulp, update all the things 2026-05-02 01:10:23 +02:00

OpenSplit

Visit opensplit.de to use this app.

Start

Make sure you have Docker and docker-compose installed.

docker-compose up

Your new Django installation should now be reachable at localhost:8000

Install new dependencies

echo "libraryname" >> requirements.txt
docker-compose exec web pip install -r requirements.txt

Run Django commands with manage.py

docker-compose exec web ./manage.py <command>