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

Make cron job logs readonly for non-superuser #5

Closed dmedvinsky closed 12 years ago

dmedvinsky commented 12 years ago

These are logs, they aren't supposed to be edited, IMO.

Superuser is still a superuser, so we're not limiting his abilities.