Blueprint Library plugin for Alliance Auth
Project description
AA Blueprints
This is an blueprints library app for Alliance Auth (AA) that can be used to list blueprints for your corporation or alliance.
Features
- Lists blueprints owned by corporation or alliance (configurable with permissions)
Installation
pip install aa-blueprints
- Add 'blueprints' to
INSTALLED_APPS
insettings/local.py
, run migrations, collectstatic, and restart your allianceserver. - Add the following automated task definition:
CELERYBEAT_SCHEDULE['blueprints_update_all_blueprints'] = {
'task': 'blueprints.tasks.update_all_blueprints',
'schedule': crontab(minute=0, hour='*/1'),
}
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
aa-blueprints-0.1.0.dev2.tar.gz
(138.5 kB
view hashes)