Tivix / django-cron

Write cron business logic as a Python class and let this app do the rest! It enables Django projects to schedule cron tasks, tracks their success / failures, manages contention (via a cache) etc. Basically takes care of all the boring work for you :-)
www.tivix.com
MIT License
900 stars 193 forks source link

Meta.index_together to Meta.indexes on CronJobLog model. #249

Closed mielnic closed 2 months ago

mielnic commented 2 months ago

Minimal fix for Django 5.1 compatibility. Meta.index_together is deprecated in this version, so it is replaced for Meta.indexes on the CronJobLog model.

jorenham commented 2 months ago

This repo has been abandoned. Feel free to use my fork https://github.com/jorenham/django-cron that already works with django 5.1