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

support django admin ? #100

Closed ghost closed 7 years ago

maxim-kht commented 7 years ago

Yes, django-cron supports django admin - you can see a list of CronJobLog objects exposed in DJANGO_CRON section. Relevant code: https://github.com/Tivix/django-cron/blob/master/django_cron/admin.py.