The Servala Website "Hub"
https://servala.com
.forgejo/workflows | ||
deployment | ||
docker | ||
hub | ||
.dockerignore | ||
.env.example | ||
.gitignore | ||
.gitlab-ci.yml | ||
.python-version | ||
Dockerfile | ||
manage.py | ||
pyproject.toml | ||
README.md | ||
uv.lock |
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