A simple Django extension that offers timerboard functionality with EVE Online flavor.
- Add
django_eveonline_timerboardto your INSTALLED_APPS - Include the
django_eveonline_timerboardURLs in your urls.py - Run
python3 manage.py migrateto create the django_eveonline_timerboard models
| URL Name | Description |
|---|---|
| django-eveonline-timerboard-add-timer | Add a timer |
| django-eveonline-timerboard-remove-timer (int: timer_pk) | Remove a timer specified by timer_pk |
| django-eveonline-timerboard-view | View the timerboard |