django-crontab

mikeodorTRIAL

9 months ago

i have a cron.py file in my django application the same folder with the settings.py. how do i add this file in railway app with the command python manage.py crontab add

am using django-crontab

1 Replies

9 months ago

Instead of using django-crontab I would recommend using Railway's native cron scheduler -

https://docs.railway.app/reference/cron-jobs


django-crontab - Railway Help Station