Quote:
Originally Posted by Andrew Schreiber
Instead of memcaching the html you could memcache the data and fill in a django template with it. To me that seems like the cleanest way of putting data into HTML files without mixing python code in with html code.
|
This is probably what we'll end up doing. I don't think rendering templates is very expensive compared to everything else, so that should be clean and easy.