This is my third scheduler, and definitely my favourite, thanks for the work.
I like to use the beat_schedule config option so that I can keep the schedule under version control in git.
So I would like a setting to make the Django Admin read-only to prevent tasks being accidentally added or edited without going through my code pipeline.
If it's helpful, I probably could do a pull request.