Skip to main content

aa-orientation plugin app for Alliance Auth.

Project description

EVE Uni Orientation Plugin for Alliance Auth

This is a plugin app for Alliance Auth designed to assist with member orientation and onboarding within EVE University.


Installation

  1. Add the app to your INSTALLED_APPS in settings.py:

    INSTALLED_APPS += [
        'orientation',
    ]
    
  2. Run the following commands to apply migrations and collect static files:

    python manage.py migrate
    python manage.py collectstatic
    

Configuration

You can set the number of days before old NewMembers entries are deleted by adding the following to your settings.py:

ORIENTATIONDAYS = getattr(settings, "ORIENTATIONDAYS", 31)

By default, this is set to 31 days.


Celery Schedule

To enable automatic cleanup of old member entries, add the following task to your Celery schedule:

CELERYBEAT_SCHEDULE["delete_old_members_daily"] = {
    "task": "orientation.tasks.delete_old_members",
    "schedule": crontab(minute=0, hour=0),  # Runs daily at midnight
}

This task will remove NewMembers entries older than 31 days.

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_orientation-0.2.0.tar.gz (7.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_orientation-0.2.0-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file aa_orientation-0.2.0.tar.gz.

File metadata

  • Download URL: aa_orientation-0.2.0.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for aa_orientation-0.2.0.tar.gz
Algorithm Hash digest
SHA256 16143ca08d87b44f8b4f0915e0eede874904548db26757b279432aba4ece3bb7
MD5 eddc963ba98ebdc6e0670318d26523a3
BLAKE2b-256 53031b0e1d4abf7491fdb4ac03c327f034cdf3575a044534ae38c5ac3db4cc06

See more details on using hashes here.

Provenance

The following attestation bundles were made for aa_orientation-0.2.0.tar.gz:

Publisher: python-publish.yml on EVE-University/aa-orientation

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aa_orientation-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: aa_orientation-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for aa_orientation-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a7617f562edd548eeee7d242113d5db212c0ff4308493bfa7249651f07da4241
MD5 4f0f8c85c4fd4c6416fc83189c7199c6
BLAKE2b-256 041a2988957b9c1d695feab9dd6f558e8d43b8a3a8552eb5ed6b3927f1b7aac6

See more details on using hashes here.

Provenance

The following attestation bundles were made for aa_orientation-0.2.0-py3-none-any.whl:

Publisher: python-publish.yml on EVE-University/aa-orientation

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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