Skip to content

Geuthur/aa-memberaudit-dashboard

Repository files navigation

MemberAudit Dashboard Addon module for AllianceAuth.

pre-commit.ci status Code style: black Checks codecov

ko-fi

Simple Dashboard Memberaudit Addon to display not registred Chars

-

Introduce

Everyone knows the issue that some people not register correctly now the members see on the Dashboard that something is wrong...

Features

  • Show not registred Characters on Dashboard
  • Member Audit Character Issue Checker

Upcoming

  • More Information in Dashboard

Installation

Note

AA MemberAudit Dashboard needs at least Alliance Auth v4.0.0 Please make sure to update your Alliance Auth before you install this APP

Step 1 - Install the Package

Make sure you're in your virtual environment (venv) of your Alliance Auth then install the pakage.

pip install aa-memberaudit-dashboard

Step 2 - Configure Alliance Auth

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

  • Add 'memberaudit', to INSTALLED_APPS
  • Add 'madashboard', to INSTALLED_APPS

Step 3 - Migration to AA

python manage.py collectstatic
python manage.py migrate

Highlights

Screenshot 2024-07-05 093013

Note

Contributing You want to improve the project? Just Make a Pull Request with the Guidelines. We Using pre-commit