Helma logo
main list history

Nice things in Django

A list of things to like in Django.

  • Templates can extend each other
  • Use of command line tools
  • Middleware concept makes features pluggable
  • Standard python libraries!
  • Not sure if this is the same in django, but it's really nice that the google dev server only runs one application just by passing the app directory on the command line, without setting any properties.
  • The admin interface of course!