Djangoの拡張ライブラリ

Djangoは、MVCの基本的な部分はカバーされてますが、RonRみたいに便利なライブラリ系がデフォルトではほとんど入ってません。
で、アプリ開発に便利なアプリライブラリ類を提供してくれるのが、「Pinax」!
公式サイトを見る限り、以下のようなアドオンが公開されているみたいです。

  • openid support
  • email verification
  • password management
  • site announcements
  • a notification framework
  • user-to-user messaging
  • friend invitation (both internal and external to the site)
  • a basic twitter clone
  • oembed support
  • gravatar support
  • interest groups (called tribes)
  • projects with basic task and issue management
  • threaded discussions
  • wikis with multiple markup support
  • blogging
  • bookmarks
  • tagging
  • contact import (from vCard, Google or Yahoo)
  • photo management

個人的にはPython大好きなので、こういった周辺ライブラリが充実する事でPythonでの実装がもっと楽になって、日本ではPHPRubyに比べるとマイナー気味なPythonがもう少しメジャーになってくれたらいいなぁ、、と思います。