Answer the question
In order to leave comments, you need to log in
What are the current ways to run django scripts via cron?
Good afternoon! It is necessary to execute the script with a certain frequency and that the script has the ORM functionality from Django. What current methods are currently used for this?
Answer the question
In order to leave comments, you need to log in
Why not try Celery ? Asynchronous launch of tasks, schedule management through the project admin panel; full-fledged work with the ORM of the project in the task'a code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question