Apr 12, 2008

Using Django besides Web Applications

I read an article about using Django in command-linse scripts.

It is about using the Django model APIs and settings in ex-web python scripts.
By using this method, we can use the same API in batch scripts with heavy proccesses, like parsing huge XML files, and converting movie file types.

SQLObjects was the only choicse for me before reading this article, so I am happy to know about this method.

No comments: