Skip to main content

A Wormhole Krab Fleet tracking system for Alliance Auth

Project description

Fittings

pypi latest version python versions django versions license

A wormhole krab fleet management and tracking app for allianceauth.

Contents

Overview

This app provides a method of tracking krab fleet member contributions and payouts.

Key Features

AA-Krab offers the following features:

  • Scheduling of krab fleets
  • Fleet registration and position selection
  • Payout Tracking

Screenshots

Installation

1. Install App

Install the app into your allianceauth virtual environment via PIP.

$ pip install aa-krab

2. Configure AA settings

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

  • Add 'fittings', to INSTALLED_APPS

3. Finalize Install

Run migrations and copy static files.

$ python manage.py migrate
$ python manage.py collectstatic

Restart your supervisor tasks.

Updating

To update your existing installation of AA-Krab first enable your virtual environment.

Then run the following commands from your allianceauth project directory (the one that contains manage.py).

$ pip install -U aa-krab
$ python manage.py migrate
$ python manage.py collectstatic

Lastly, restart your supervisor tasks.

Note: Be sure to follow any version specific update instructions as well. These instructions can be found on the Tags page for this repository.

Settings

Setting Default Description
No settings - There are no settings right now

Permissions

Permission Description
aakrab.basic_access This permission gives users access to the app.

Active Developers

Project details


Download files

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

Source Distribution

aa-krab-0.0.1.tar.gz (18.0 kB view hashes)

Uploaded Source

Built Distribution

aa_krab-0.0.1-py3-none-any.whl (19.1 kB view hashes)

Uploaded Python 3

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