skip to Main Content

Ubuntu – crontab django Erorr

I'm trying to start simple crontab-django job scheduled (os is Ubuntu 20.04): this is the myapp/cron.py file as mentioned in the documentation cron.py from .models import Cats def my_scheduled_job(): Cats.objects.create(text='Testt') and this is the settings i used frm the documentation…

VIEW QUESTION
Back To Top
Search