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 :-)
"Error saving cronjob log message: relation "django_cron_cronjoblog" does not exist LINE 1: INSERT INTO "django_cron_cronjoblog" ("code", "start_time", ..."
after running manage.py runcrons --forced
I cant seem to find out what is causing the error.
I am getting the following error:
"Error saving cronjob log message: relation "django_cron_cronjoblog" does not exist LINE 1: INSERT INTO "django_cron_cronjoblog" ("code", "start_time", ..."
after running manage.py runcrons --forced I cant seem to find out what is causing the error.