Sov Campaign Timer for Alliance Auth
Project description
AA Sovereignty Timer
Sovereignty campaign overview for Alliance Auth.
Installation
Important: Please make sure you meet all preconditions before you proceed:
- AA Sovereignty Timer 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)
- AA Sovereignty Timer needs the app django-eveuniverse to function. Please make sure it is installed, before continuing.
Step 1 - Install the app
Make sure you are in the virtual environment (venv) of your Alliance Auth installation. Then install the latest version:
pip install aa-sov-timer
Step 2 - Update your AA settings
Configure your AA settings (local.py
) as follows:
- Add
'eveuniverse',
toINSTALLED_APPS
- Add
'sovtimer',
toINSTALLED_APPS
Step 3 - Finalize the installation
Copy static files and run migrations
python manage.py collectstatic
python manage.py migrate
Restart your supervisor services for AA
Step 4 - Preload Eve Universe data
AA Sovereignty Timer uses Eve Universe data to map IDs to names for solar systems, regions and constellations. So you need to preload some data from ESI once. If you already have run this command, you can skip this step.
python manage.py eveuniverse_load_data map
Step 5 - Setup permission
Now you can setup permissions in Alliance Auth for your users.
Add sovtimer | Sovereignty Timer | Can access the Sovereignty Timer module
to the states and/or
groups you would like to have access.
Updating
To update your existing installation of AA Sovereignty Timer first enable your virtual environment.
Then run the following commands from your AA project directory (the one that contains manage.py
).
pip install -U aa-sov-timer
python manage.py collectstatic
python manage.py migrate
Finally restart your AA supervisor services.
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
Built Distribution
Hashes for aa_sov_timer-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4aa466b556b4caa10851bd13468635aad04707ffc0c0769884741599e95a3ee |
|
MD5 | 3eddf1bb0a98d9d63edd696a6e80ffd4 |
|
BLAKE2b-256 | 147e2c2f95a7f340a35e3c61bce4267242c6485549223b1a57010e30110d4f48 |