The Servala Website "Hub" https://servala.com
  • Python 50.2%
  • HTML 25.3%
  • JavaScript 13.9%
  • CSS 10.2%
  • Shell 0.4%
Find a file
Tobias Brunner e89fb2c2de
All checks were successful
Build and Deploy / build (push) Successful in 50s
Django Tests / test (push) Successful in 1m7s
Build and Deploy / deploy (push) Successful in 4s
wolf
2026-05-20 08:42:56 +02:00
.claude support additional csp resources 2026-04-09 11:38:33 +02:00
.forgejo Tasks 16/17/18/25 2026-04-08 11:21:16 +02:00
.github compute plan grouping 2025-05-23 17:09:02 +02:00
.wolf wolf 2026-05-20 08:42:56 +02:00
.zed configure zed for django 2025-11-17 16:34:19 +01:00
deployment add servala.org domain 2025-12-03 15:48:48 +01:00
docker upgrade python to 3.14 2026-04-13 15:35:57 +02:00
docs sync additional CSP resources to Odoo as products 2026-05-20 08:39:57 +02:00
hack sync script 2026-04-13 09:03:15 +02:00
hub sync additional CSP resources to Odoo as products 2026-05-20 08:39:57 +02:00
.coverage tests and actions 2025-06-20 10:46:11 +02:00
.dockerignore ignore tmp directory 2026-01-05 15:05:15 +01:00
.env.example add simple password protection to new pricelist 2026-04-08 18:45:04 +02:00
.gitignore sync script 2026-04-13 09:03:15 +02:00
.gitlab-ci.yml pin docker version 2025-11-11 10:52:58 +01:00
.mcp.json refine gitignore 2026-01-05 17:26:00 +01:00
.python-version upgrade python to 3.14 2026-04-13 15:35:57 +02:00
CLAUDE.md refresh CLAUDE.md 2026-05-19 10:16:54 +02:00
Dockerfile upgrade python to 3.14 2026-04-13 15:35:57 +02:00
Makefile sync script 2026-04-13 09:03:15 +02:00
manage.py refactor python package structure 2025-01-30 11:23:25 +01:00
pyproject.toml upgrade python to 3.14 2026-04-13 15:35:57 +02:00
README.md upgrade django 2025-05-06 16:06:40 +02:00
run_pricing_tests.sh tests and actions 2025-06-20 10:46:11 +02:00
uv.lock upgrade python to 3.14 2026-04-13 15:35:57 +02:00

Servala Website

This is the Django source-code of the website powering https://servala.com.

Running locally

cp .env.example .env
source .env
uv run --extra dev manage.py migrate
uv run --extra dev manage.py runserver