Alliance Auth plugin for displaying killboard statistics such as Hall of Shame/Fame, top kills, and losses. Version 2.0.5 is the latest, requiring Python 3.10-3.12 and Django/AllianceAuth. Active development, with monthly releases.
pip install aa-killstatsVerified import paths — ran on the pinned version, not inferred.
Enable the app and run migrations.
In local.py, replace 'aa-killstats' (or older app names) with 'eve_sde' and 'killstats'.
Ensure your ESI token has scopes: 'esi-killmails.read_killmails.v1' and 'esi-killmails.read_corporation_killmails.v1'.
Upgrade to 1.0.1+ and remove any custom CSRF handling in templates.
Run 'python manage.py collectstatic --noinput' and restart your uwsgi/gunicorn.
If you need to extend functionality, use Django signals or custom management commands.