Freedom, economy and information technology.
Random header image... Refresh for more!

Django is going 1.2

Django Project, a powerful and clean Python Web Framework, is going to relase 1.2 as  the next milestone at the beginning of March.
For the meanwhile, you can grab the Beta2:

As part of the Django 1.2 release process, tonight we’ve released Django 1.2 beta 1, a preview/testing package that gives a little taste of some of the new features coming in Django 1.2. As with all alpha and beta packages, this is not for production use, but if you’d like to try out some of the new goodies coming in 1.2, or if you’d like to pitch in and help us fix bugs before the final 1.2 release (due in April), feel free to grab a copy and give it a spin.

Looking at the release notes we get

  • Object-level permissions
  • Permissions for anonymous users

Development sprints for Django 1.2 will also be taking place at PyCon US 2010, on the dedicated sprint days (February 22 through 25).

If you can, it will worth to look at.

February 11, 2010   No Comments

Web Testing Tools

Testing is important.

Testing web interfaces is difficult, and often your consultant company prefer to suggest you a manual-based testing.
But is it so difficult to do automatic web testing using open source software?

Let’s give a look to two nice web testing software

Warning: this article is still in progress: it has been published for getting comments all around.

[Read more →]

January 26, 2010   No Comments

Erlang Book Review

This entry is part 2 of 7 in the series Programming Languages

After reading an interesting article on Erlang  and Java interoperability, I have decided to dedicate my spare time to Erlang.

O’Reilly has just published a wonderful book on Erlang, so I decided to dive into it.

[Read more →]

July 19, 2009   1 Comment