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

RUN_ON_DAYS #127

Closed petrprikryl closed 2 years ago

petrprikryl commented 7 years ago

Is possible to make PR to this fork https://github.com/wellbridgehealth/django-cron/commit/34e166a345ef9f5ec7aa128cabcfeb0af6ff1640 implementing this feature?

petrprikryl commented 7 years ago

I see that PR already exists https://github.com/Tivix/django-cron/pull/122 so is it possible to merge that?