0 purchases
aakrab 0.0.1
Fittings
A wormhole krab fleet management and tracking app for allianceauth.
Contents
Overview
Key Features
Screenshots
Installation
Updating
Settings
Permissions
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
Belial Morningstar
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.