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