Django Flowchart
Published on May 21, 2007Just found this and need to stick it somewhere so I don't lose it.
Comments
seamus
May 23, 2007 at 7:01 p.m.
May 23, 2007 at 7:01 p.m.
You know what I just don't know, I found this image on the net somewhere with the intention of trying to learn a bit more about django, especially the caching mechanisms. I think this image can be attributed to Jeff Croft




May 23, 2007 at 5:51 p.m.
It's very nice but isn't it essentially wrong.
When you are using caching... doesn't that site under (or in) the urls.py file and decide whether or not to bother with views.py depending on the caching model (global or atomic) you have chosen?