Framework
»
Models
»
De
fi
ne how a piece of data looks and works.
»
Forget SQL, Django handles the database.
»
Views
»
A URL is mapped to a view.
»
View pulls some objects based on a query.
»
Creates a rendering context.
»
Templates
»
HTML code with some extra tags that insert somecontent from the context.
Thursday 24 February 2011