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