allianceauth/docs/features/apps/fleetactivitytracking.md
2020-03-05 02:23:58 +00:00

12 lines
607 B
Markdown

# Fleet Activity Tracking
The Fleet Activity Tracking (FAT) app allows you to track fleet participation.
![fat](/_static/images/features/apps/fat.png)
## Installation
Fleet Activity Tracking requires access to the `esi-location.read_location.v1`, `esi-location.read_ship_type.v1`, and `esi-universe.read_structures.v1` SSO scopes. Update your application on the [EVE Developers site](https://developers.eveonline.com) to ensure these are available.
Add `'allianceauth.fleetactivitytracking',` to your `INSTALLED_APPS` list in your auth project's settings file. Run migrations to complete installation.