Skip to main content

Another Fleet Activity Tracking tool for Alliance Auth

Project description

Alliance Auth AFAT - Another Fleet Activity Tracker

Version License Python Django PyPI Downloads Code Style: black

An Improved FAT/PAP System for Alliance Auth.

AFAT is a privately maintained whitelabel of ImicusFAT. Updates will only be pushed when ImicusFAT get updates to keep on par with it.

Feature Highlights/Differences

  • FATLink Creation and Population from ESI
  • Fleet Type Classification (can be added in the Admin Menu)
  • Graphical Statistics Views
  • Many Core Functionality Improvements and Fixes

AFAT will work alongside the built-in native FAT System, bFAT and ImicusFAT. However data does not share, but you can migrate their data to AFAT, for more information see below.

Contents

Installation

Important

This app is a plugin for Alliance Auth. If you don't have Alliance Auth running already, please install it first before proceeding. (see the official AA installation guide for details)

For users migrating from one of the other FAT systems, please read the specific instructions FIRST.

Step 1 - Install app

Make sure you are in the virtual environment (venv) of your Alliance Auth installation. Then install the latest version:

pip install allianceauth-afat

Step 2 - Update your AA settings

Configure your AA settings (local.py) as follows:

  • Add 'afat', to INSTALLED_APPS
  • Add the scheduled task so ESI links will be updated automagically
# AFAT - https://github.com/ppfeufer/allianceauth-afat
CELERYBEAT_SCHEDULE["afat_update_esi_fatlinks"] = {
    "task": "afat.tasks.update_esi_fatlinks",
    "schedule": crontab(minute="*/1"),
}

Step 3 - Finalize the installation

Run migrations & copy static files

python manage.py collectstatic
python manage.py migrate

Restart your supervisor services for AA.

Updating

To update your existing installation of ImicusFAT, first enable your virtual environment (venv) of your Alliance Auth installation.

pip install -U allianceauth-afat

python manage.py collectstatic
python manage.py migrate

Finally restart your supervisor services for AA

Data Migration

Right after the initial installation and running migrations, you can import the data from Alliance Auth's native FAT system, from bFAT or from ImicusFAT if you have used one of these until now.

!!IMPORTANT!!

Only do this once and ONLY BEFORE you are using AFAT. A later migration is not possible.

Import from native FAT

python myauth/manage.py afat_import_from_allianceauth_fat

Import from bFAT

python myauth/manage.py afat_import_from_bfat

Import from ImicusFAT

python myauth/manage.py afat_import_from_imicusfat

Credits

• AFAT • Privately maintained by @ppfeufer is a whitelabel of ImicusFAT maintained by @exiom with @Aproia and @ppfeufer • Based on allianceauth-bfat by @colcrunch •

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

allianceauth-afat-1.4.2b2.tar.gz (199.8 kB view details)

Uploaded Source

Built Distribution

allianceauth_afat-1.4.2b2-py3-none-any.whl (248.1 kB view details)

Uploaded Python 3

File details

Details for the file allianceauth-afat-1.4.2b2.tar.gz.

File metadata

  • Download URL: allianceauth-afat-1.4.2b2.tar.gz
  • Upload date:
  • Size: 199.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for allianceauth-afat-1.4.2b2.tar.gz
Algorithm Hash digest
SHA256 f083c9cc1664426ad6855af797e99437a60785cc55c1e1c4d49a904348c319f1
MD5 47e38a1027ec8459cc3d6c2047201b98
BLAKE2b-256 fd7f291f38b052ebf4f033070ef96feb4509876b48abc1cb13f3c713c39aa9fa

See more details on using hashes here.

File details

Details for the file allianceauth_afat-1.4.2b2-py3-none-any.whl.

File metadata

  • Download URL: allianceauth_afat-1.4.2b2-py3-none-any.whl
  • Upload date:
  • Size: 248.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for allianceauth_afat-1.4.2b2-py3-none-any.whl
Algorithm Hash digest
SHA256 c039d8404f5bdb24366b7d63cd38cdbca44036062727aacb349aeb5d29810523
MD5 b47b80fe11b7cf8154331b5a2043d4f6
BLAKE2b-256 6dd1b7c82987a4ba9448eac710dbcedbea843a5d370ad6d1048057a082e93b93

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page