Drifter wormhole tracker/manager plugin for Alliance Auth.
Project description
Drifters for Alliance Auth
Drifter wormhole tracker/manager plugin for Alliance Auth.
Features
- AA-Discordbot Cogs for recording the status of Jove Observatory systems and their contained Drifter holes
- Cogs for recalling this information in a few ways
Planned Features
- P2P Mapping using known holes
- Possible Pathfinder Integration/sync? To investigate usefullness
Installation
Step 1 - Django Eve Universe
Drifters is an App for Alliance Auth, Please make sure you have this installed. Drifters is not a standalone Django Application
Drifters needs the App django-eveonline-sde to function. Please make sure it is installed before continuing.
Step 2 - Install app
pip install aa-drifters
Step 3 - Configure Auth settings
Configure your Auth settings (local.py) as follows:
- Add
'drifters'toINSTALLED_APPS - Add below lines to your settings file:
## Settings for AA-Drifters
# Cleanup Task
CELERYBEAT_SCHEDULE['drifters_garbage_collection'] = {
'task': 'drifters.tasks.garbage_collection',
'schedule': crontab(minute='*/15', hour='*'),
}
Step 4 - Maintain Alliance Auth
- Run migrations
python manage.py migrate - Gather your staticfiles
python manage.py collectstatic - Restart your project
supervisorctl restart myauth:
Contributing
Make sure you have signed the License Agreement by logging in at https://developers.eveonline.com before submitting any pull requests. All bug fixes or features must not include extra superfluous formatting changes.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aa_drifters-0.5.1.tar.gz.
File metadata
- Download URL: aa_drifters-0.5.1.tar.gz
- Upload date:
- Size: 45.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7b5054c0ce51ce8ab4ec305fab39e0ed60b3095ba2752c8bd67a1148610ce4b
|
|
| MD5 |
d708505eedd1f12184c7cb753a9ac12f
|
|
| BLAKE2b-256 |
34331a99e0c1104bb106f6006520337b0db3a90fe13153d161ef1ea55aa1eacc
|
File details
Details for the file aa_drifters-0.5.1-py3-none-any.whl.
File metadata
- Download URL: aa_drifters-0.5.1-py3-none-any.whl
- Upload date:
- Size: 81.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79afb2398aa9b502a607809852abc30c52c3f169b5df640d8253431bd37fc4cd
|
|
| MD5 |
93c032905c5a2a0d43f4112906cc9b5f
|
|
| BLAKE2b-256 |
fd9f17031170a2c82cfb0f209e29b6d9d4a1390eab2a72ecf390cd4016c1713d
|