A Better Paginator in Django | David Cramer's Blog - 0 views
Improving Django performance with better caching - Peter Krantz - 0 views
The Django and Ubuntu Intrepid Almanac @ Irrational Exuberance - 0 views
Versioning Django Models at Spindrop - 0 views
Django performance tips - 0 views
Hosting a Django Site with Pure Python - Die in a Fire - Eric Florenzano's Blog - 0 views
Tumblelog in Django - 0 views
Django and Relativity - 0 views
django-countries - 0 views
Overview - Applications for Django - 0 views
Build a Microblog with Django - Webmonkey - 0 views
-
Well, it turns out there's a very powerful feature baked into Django which can handle the task for us.
-
Django includes an internal "dispatcher" which allows objects to listen for signals from other objects.
-
In our case, our tumblelog app is going to "listen" to our Entry and Link models. Every time a new Entry or Link is saved, those models will send out a signal. When the tumblelog app gets the signal it will automatically update itself.
« First
‹ Previous
61 - 80 of 194
Next ›
Last »
Showing 20▼ items per page