Tuesday, May 18, 2010

Django 1.2

Django 1.2 has been released!

http://www.djangoproject.com/weblog/2010/may/17/12/

One of the great new features that I am most excited about is support for multiple databases within a project.

Monday, May 10, 2010

Django Smuggler Import/Export

Just started using Django Smuggler (http://github.com/semente/django-smuggler) for importing/exporting data from the Django admin (in JSON or XML). It's very easy to get going. And it's very useful.

Easy install:
sudo easy_install django-smuggler

It's an excellent, do-one-thing-well utility. Check it out.