A Fleet Ping Tool for Alliance Auth that enables sending pings via Discord webhooks when fleet operations are created. Current version 3.9.4 supports Python 3.10–3.13 and requires Alliance Auth >=4.9.0. Released monthly or bimonthly since 2021.
pip install aa-fleetpingsVerified import paths — ran on the pinned version, not inferred.
Basic setup: add 'fleetpings' to INSTALLED_APPS, migrate, and configure webhook in admin.
Upgrade Alliance Auth to >=4.9.0 before upgrading this app.
Ensure 'EXTERNAL_WEBHOOK_URL' is configured in Fleetpings settings in Django admin.
Remove any imports from 'eveuniverse' and use built-in Fleetpings helpers instead.
If you need app-utils, install with: pip install allianceauth-app-utils