Simple Dashboard Memberaudit Addon to display not registred Chars
Everyone knows the issue that some people not register correctly now the members see on the Dashboard that something is wrong...
- Show not registred Characters on Dashboard
- Member Audit Character Issue Checker
- More Information in Dashboard
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
Make sure you're in your virtual environment (venv) of your Alliance Auth then install the pakage.
pip install aa-memberaudit-dashboard
Configure your Alliance Auth settings (local.py
) as follows:
- Add
'memberaudit',
toINSTALLED_APPS
- Add
'madashboard',
toINSTALLED_APPS
python manage.py collectstatic
python manage.py migrate
Note
Contributing You want to improve the project? Just Make a Pull Request with the Guidelines. We Using pre-commit