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

Add support for Django 4.x+ #187

Closed rehmatworks closed 2 years ago

rehmatworks commented 2 years ago

Fix a translation-related import to add support for Django 4.0

rehmatworks commented 2 years ago

There is already a pending PR for this feature.