Example of Task Queue using django-nonrel
Google’s official App Engine documentation gives a very complete webapp Task Queue example. But if you’re rolling django-nonrel (like Framee), you might have a hard time finding a good example. Here is the little test-case I made while I was learning. To set up a skeleton task queue that you can play with, make two [...]


