django-crontab icon indicating copy to clipboard operation
django-crontab copied to clipboard

dead simple crontab powered job scheduling for django.

Results 43 django-crontab issues
Sort by recently updated
recently updated
newest added

I am facing an issue with running Django crontab jobs within a Docker container. The crontab jobs work perfectly in my local development environment, but when I dockerize my Django...

I have two projects, say proj1 and proj2. I defined CRONJOBS = [ ] in settings.py of both the projects. When (in proj1) I try python manage.py crontab add, cronjobs...