A small package for managing schedules in Django
The full documentation is at https://django-tinyschedule.readthedocs.org.
Install django-tinyschedule:
pip install django-tinyschedule
Then use it in a project:
import tinyschedule
- Easily define schedules using the Schedule model
- Make your own Schedule-like models by extending ScheduleBase
- Tiny and lightweight, easy to grasp