- Move daphne before django.contrib.staticfiles in INSTALLED_APPS so Daphne
system check passes and makemigrations --check can run cleanly
- Generate tracking/0002: rename auto-generated AuditEvent index names to
match Django 5.2 format
- Generate accounts/0005: sync AccountUser managers and ManyToMany field
help_text to match current Django/guardian defaults
The CallSession / CallParticipant / CallEvent migration (training/0004)
already existed from the groupcall backend commit; this commit ensures
makemigrations --check reports no pending migrations across all apps.
Co-Authored-By: Paperclip <noreply@paperclip.ing>