Read without ads and support Scribd by becoming a Scribd Premium Reader.
 
Django
Web Development forPerfectionists with Deadlines
Thursday 24 February 2011
 
Framework
»
Models
»
De
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
 
A Django Project
»
Separated into ‘apps’.
»
Examples: /news/, /photos/, /events/ 
»
Each app has its own models, views,templates.
»
A global URL mapper turns a URL intoa view located inside an app.
Thursday 24 February 2011
Search History:
Searching...
Result 00 of 00
00 results for result for
  • p.
  • Notes
    Load more