Skip to content
Advertisement

Tag: django-crontab

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 and this is the settings i used frm the documentation i keep getting this error even i tried to add python manage.py crontab add again and show and it appears python manage.py crontab add python manage.py crontab

Advertisement