No description
Find a file
tegwick a9f7a3f801 chore(infra): port 9000, make help, db skip-check, Vite CSS fix
- 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>
2026-05-13 00:18:34 +02:00
static Prototype implementation 2026-05-08 14:26:48 +02:00
vergabe_teilnahme feat(WP-0012): Querschnitt — Freigaben, Felder, Feedback, Suche, Tests 2026-05-11 17:54:38 +02:00
wiki Established workplans 2026-05-08 07:54:06 +02:00
workplans feat(WP-0012): Querschnitt — Freigaben, Felder, Feedback, Suche, Tests 2026-05-11 17:54:38 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-05-13 00:12:58 +02:00
.env.example Prototype implementation 2026-05-08 14:26:48 +02:00
.gitignore Prototype implementation 2026-05-08 14:26:48 +02:00
.python-version Prototype implementation 2026-05-08 14:26:48 +02:00
CLAUDE.md chore(infra): port 9000, make help, db skip-check, Vite CSS fix 2026-05-13 00:18:34 +02:00
conftest.py Prototype implementation 2026-05-08 14:26:48 +02:00
docker-compose.dev.yml Prototype implementation 2026-05-08 14:26:48 +02:00
docker-compose.test.yml Prototype implementation 2026-05-08 14:26:48 +02:00
LICENSE Initial commit 2026-05-07 20:30:13 +00:00
Makefile chore(infra): port 9000, make help, db skip-check, Vite CSS fix 2026-05-13 00:18:34 +02:00
manage.py Prototype implementation 2026-05-08 14:26:48 +02:00
package-lock.json Prototype implementation 2026-05-08 14:26:48 +02:00
package.json Prototype implementation 2026-05-08 14:26:48 +02:00
pyproject.toml feat(partner,bibliothek): Subunternehmer-Katalog, Dienstleistertypen und Bibliothek (WP-0010) 2026-05-11 15:27:53 +02:00
README.md Initial commit 2026-05-07 20:30:13 +00:00
uv.lock Prototype implementation 2026-05-08 14:26:48 +02:00
vite.config.js chore(infra): port 9000, make help, db skip-check, Vite CSS fix 2026-05-13 00:18:34 +02:00

repo-seed

A git repository template to bootstrap coulomb projects from.