You don't want to keep user awaited, hence async. All tasks can happen simultaneously. You need a job queue. Django-Q : a task queue for Django.
確定! 回上一頁