Calling Django Tasks from Alfred (opens in new tab)
Due to the flexibiilty of ORM and admin commands makes a Django project a useful place to collect useful scripts. In the past I would often add things to Cron, but due to the tasks framework I have started to add some jobs there. To make it even easier to call tasks, I hooked up Zatsumu 雑務 Every project needs a name, and since this is a private project, any name is fine. I called it Zatsumu which means: miscellaneous duties; (trivial) routine tasks; small jobs; odd jobs For the most part, it ...
Read the original article