The public blog at richardnixon.dev is fully served by the Hugo
companion repo (richardnixon.dev-hugo) since the cutover. This commit
drops everything Django-related from this repo:
- Containers stopped and removed (already done on the host):
platform-web, platform-celery, platform-celery-beat,
platform-frontend, platform-db, platform-redis.
- Volumes dropped: platform-db-data, platform-redis-data,
platform-static, platform-media (no backup; DB only held an empty draft).
- docker-compose.yml: removed all platform-* services, the
platform-internal network, and the postgres-exporter / redis-exporter
that only monitored the dropped DB/Redis pair.
- traefik/dynamic.yml: removed platform-api router and the
platform-api / platform-frontend service definitions.
- Source tree: deleted apps/, config/, docker/, frontend/, locale/,
templates/, media/, static/, requirements/, manage.py,
requirements.txt, conftest.py, pytest.ini.
- docs/development.md removed (was 100% Django dev guide).
- README and docs/deployment.md rewritten as infra-only references.