Django for Designers/Basic views: Difference between revisions

imported>Paulproteus
(Copied from Django_for_Designers)
 
imported>Aldeka
Line 17:
===M-V-C separation concept===
 
[[File:mtv-diagram.png]]
TODO: draw a picture
 
When you write a Django app, your code is organized in a fashion reminiscent of a well-known design pattern known as MVC, short for ''model, view, controller''. Django's precise organization methodology is based on ''models'', ''views'', and ''templates''.
Anonymous user