Forums

python manage.py command - every 15 mins

is there a way to set this command like this? i tried celery but without success. it has to be easy but my mind is frozen on this topic.

i have an idea to put this command inside a script in while True loop with like time.sleep 15 mins and run from Always-on tasks. but have a problem with importing this function from management/commands.

ok i managed to do this.

OK, glad to hear you worked it out!