MemberAudit Dashboard Addon module for AllianceAuth.
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
[!NOTE]
Contributing
You want to improve the project?
Just Make a Pull Request with the Guidelines.
We Using pre-commit