Saturday Jul 26, 2008

Django Template System

Django is incredibly easy to use.  It was clearly well thought out.  The url handling is fantastic but, what steals the show is the object oriented templating system.  I'm sure I haven't even scratched the surface with Django.  One additional thing that django has is excellent documentation.  They have gone through incredible detail to be as thorough as possible.  It really makes it easy to dive in and get going right away.  For me it makes sense to map out your urls.py urlpattern list form a high level and build out your site from there.
 

Comments:

Post a Comment:
  • HTML Syntax: Allowed