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