Skip to main content

Example plugin app for Alliance Auth.

Project description

Corporation Handouts

This module is under development. Use at your own risks.

AA module for managing corporation handouts and especially to keep tracks of their fits/ammo to know if they should be fixed.

release python django license

Features:

Screenshots

index view

doctrine view

corrections view

Installation

Step 1 - Check prerequisites

  1. Corporation handouts 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)
  2. The app requires you to have two other applications installed to work properly:
    1. fittings
    2. allianceauth-corp-tools

Make sure to have both properly installed before continuing

Step 2 - Install app

Make sure you are in the virtual environment (venv) of your Alliance Auth installation. Then install the newest release from PyPI:

pip install aa-corphandouts

Step 3 - Configure Auth settings

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

  • Add 'corphandouts' to INSTALLED_APPS
  • Add below lines to your settings file:
CELERYBEAT_SCHEDULE['corphandouts_update_all'] = {
    'task': 'corphandouts.tasks.update_all_doctrine_reports',
    'schedule': crontab(minute='0', hour='*/1'),
}

Step 4 - Finalize App installation

Run migrations & copy static files

python manage.py migrate
python manage.py collectstatic --noinput

Restart your supervisor services for Auth.

Permissions

Permissions overview.

Name Description
basic_access Can access the module and see doctrines

Commands

The following commands can be used when running the module:

Name Description
corphandouts_check_all Updates all doctrine reports in the auth

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_corphandouts-1.0.0b1.tar.gz (22.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aa_corphandouts-1.0.0b1-py3-none-any.whl (33.1 kB view details)

Uploaded Python 3

File details

Details for the file aa_corphandouts-1.0.0b1.tar.gz.

File metadata

  • Download URL: aa_corphandouts-1.0.0b1.tar.gz
  • Upload date:
  • Size: 22.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.10.17

File hashes

Hashes for aa_corphandouts-1.0.0b1.tar.gz
Algorithm Hash digest
SHA256 138788f2d2bc5b222e21363fcd66cf0019909a64335b192b5c2edfa9080d6489
MD5 95107a1874be7458897b75a7c87c7f51
BLAKE2b-256 09107f3d2137d543b43fc4b70d4a6982758acefff20a1df9aa26209c11f48af5

See more details on using hashes here.

File details

Details for the file aa_corphandouts-1.0.0b1-py3-none-any.whl.

File metadata

File hashes

Hashes for aa_corphandouts-1.0.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 9f1cb8d7bb19be1c0b748874957600196c8641ddf52d41d27cd6e7151b71c162
MD5 6596d809e1e5de4aeae829d6012ee56d
BLAKE2b-256 431f5e9af981c89bfae384965e652b74c6f55ccac5b988b82deaa5e49b2c0ec9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page