mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-10 13:00:16 +02:00
197 B
197 B
SRP
Installation
Add allianceauth.srp
to your INSTALLED_APPS
setting. In myauth/settings/local.py
:
INSTALLED_APPS += ['allianceauth.srp']
Run migrations to complete installation.