A Wormhole Krab Fleet tracking system for Alliance Auth
Project description
Fittings
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',
toINSTALLED_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
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.