The Servala Website "Hub"
https://servala.com
|
Some checks are pending
Django Tests / test (push) Blocked by required conditions
|
||
|---|---|---|
| .forgejo | ||
| .github | ||
| deployment | ||
| docker | ||
| hub | ||
| .coverage | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .python-version | ||
| Dockerfile | ||
| FORGEJO_ACTIONS_SETUP.md | ||
| manage.py | ||
| PRICING_TESTS_SUMMARY.md | ||
| pyproject.toml | ||
| README.md | ||
| run_pricing_tests.sh | ||
| 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