No description
- Django dev server now runs on :9000 (was :8000)
- `make` without args shows all targets with descriptions
- `make db` skips docker start if :5432 already reachable (nc check)
- `make seed` and `make superuser` added as explicit targets
- vite.config.js: assetFileNames without hash so static/dist/main.css
matches the {% static 'dist/main.css' %} reference in base.html
(run `npm run build` once after checkout to regenerate the CSS file)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| static | ||
| vergabe_teilnahme | ||
| wiki | ||
| workplans | ||
| .custodian-brief.md | ||
| .env.example | ||
| .gitignore | ||
| .python-version | ||
| CLAUDE.md | ||
| conftest.py | ||
| docker-compose.dev.yml | ||
| docker-compose.test.yml | ||
| LICENSE | ||
| Makefile | ||
| manage.py | ||
| package-lock.json | ||
| package.json | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
| vite.config.js | ||
repo-seed
A git repository template to bootstrap coulomb projects from.