阅读背景:

如何使用django models / database实现队列?

来源:互联网 

I want to implement a queue in my Django app with a model as it's base. I should be able to enqueue to the front of the queue and dequeue old items from the back of the queue based on record's creation time or link records to each other somehow so you know which record was enqueued first and next and so on. What is the best way of implementing this ?I want to implement a queue in my Django app wi




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: