[Vuejs]-Is it possible to automatically run a function on django app thru settings.py?

1👍

You can use Redis + Celery and Django together.

simply,

If you have a task,then send it to Redis from Django,after a certain time/according to your commands it will ask celery to run it.

Google more about them.

https://www.codingforentrepreneurs.com/blog/celery-redis-django#:~:text=Redis%20is%20a%20message%20broker,to%20make%20real%2Dtime%20magic.

Leave a comment