allianceauth-afat, currently at version 5.0.3, is an application for Alliance Auth that provides tools for tracking fleet activity within EVE Online. It allows users to manage and record fleet operations for EVE Online corporations and alliances. The project maintains an active development pace with frequent patch and minor releases, ensuring compatibility with the latest Alliance Auth versions.
pip install allianceauth-afatVerified import paths — ran on the pinned version, not inferred.
To integrate allianceauth-afat into your Alliance Auth installation, add 'afat' to your project's INSTALLED_APPS in settings.py. Afterwards, apply database migrations and collect static files, then restart your application services.
Run `pip uninstall django-eveuniverse` then `pip install django-eveonline-sde`.
Ensure your Alliance Auth instance is updated to at least version 4.12.0 before installing allianceauth-afat >= 4.3.0.
Review any custom code interacting with datetimes to ensure compatibility with `django.utils.timezone`. For new development, prefer `django.utils.timezone` functions.
Run `python manage.py migrate` and `python manage.py collectstatic` in your project's virtual environment after every update. Restart your Gunicorn/uWSGI and Celery services.