Saturday, 7 September 2013

Running django manage.py commands via appengine's cron.yaml

Running django manage.py commands via appengine's cron.yaml

I don't believe that this question has actually been asked online before.
I'm aware that for cron'd tasks, there needs to be three handlers. One in
the cron.yaml, the app.yaml, and the script itself.
But what about management commands, which themselves already have a unique
structuring.
Examples would help a lot, thanks!

No comments:

Post a Comment