mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
1.4 KiB
1.4 KiB
Structure Timers
Structure Timers helps you keep track of both offensive and defensive structure timers in your space.
Installation
Add 'allianceauth.timerboard',
to your INSTALLED_APPS
list in your auth project's settings file. Run migrations to complete installation.
Permissions
To use and administer this feature, users will require some of the following.
+---------------------------------------+------------------+--------------------------------------------------------------------------+
| Permission | Admin Site | Auth Site |
+=======================================+==================+==========================================================================+
| auth.timer_view | None | Can view Timerboard Timers |
+---------------------------------------+------------------+--------------------------------------------------------------------------+
| auth.timer_manage | None | Can Manage Timerboard timers |
+---------------------------------------+------------------+--------------------------------------------------------------------------+