The Servala Website "Hub"
https://servala.com
- Replace hardcoded Django template tags in JavaScript with runtime CSRF token retrieval - Add comprehensive error handling for Chart.js dependencies and missing DOM elements - Enhance input validation with safe fallbacks for malformed number parsing - Add graceful degradation when external libraries fail to load 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .cursor/rules | ||
| .forgejo | ||
| .github | ||
| deployment | ||
| docker | ||
| hub | ||
| .coverage | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .python-version | ||
| CLAUDE.md | ||
| Dockerfile | ||
| FORGEJO_ACTIONS_SETUP.md | ||
| IMAGE_LIBRARY_MIGRATION_STATUS.md | ||
| manage.py | ||
| PRICING_TESTS_SUMMARY.md | ||
| pyproject.toml | ||
| README.md | ||
| run_pricing_tests.sh | ||
| SVG_SUPPORT.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