-
Website
http://www.davidcramer.net/ -
Original page
http://www.davidcramer.net/code/django/345/tips-for-scaling-a-web-app.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
Rob Hudson
1 comment · 3 points
-
creeva
3 comments · 1 points
-
David Cramer
93 comments · 1 points
-
MsUnderestimated
1 comment · 14 points
-
Matt B.
1 comment · 2 points
-
-
Popular Threads
This way, you could omit the ajax call in most cases and minimize the load on your server even more.
If you do things manually, you're likely to end up with inconsistent data at some point.. django has a signals/slots architecture built into core which you might as well use to do this all automagically.
http://www.aeracode.org/2008/9/14/denormalisati...