Tagged in

Django

Leo’s Tech Blog
Leo’s Tech Blog
A personal blog on tech stuff. Includes older entries that used to live on techblog.leosoto.com
More information
Followers
21
Elsewhere
More, on Medium

Django-Jython 1.1.1 released

Posted by Leo Soto on January 18th, 2010.

Sounds like we are doing one release per month! Django-Jython 1.1.1 is now available, almost exactly one month after 1.1.0. Which is something I didn’t expect this time, as I’ve been really busy with my thesis…


Django-Jython 1.1.0 released!

Posted by Leo Soto on December 16th, 2009.

I’m proud to announce a new release of django-jython: 1.1.0.

We are practicing “release often” this time and as you can see on the release notes the only big change is compatibility…


Django-Jython 1.0.0 released!

Posted by Leo Soto on November 9th, 2009.

Yes, it’s a long overdue release for the collection of tools to use Django on top Jython that began its life after my Google Summer of Code project in 2008. If you don’t know what I’m talking about, take a…


django-jython 1.0b1 Released!

Posted by Leo Soto on April 20th, 2009.

I’ve just made the first official beta release of the django-jython project: a collection of utilities and database backends for Django development on the JVM.


Going to speak at DjangoCon!

Posted by Leo Soto on July 22nd, 2008.

Wow, my name is on the DjangoCon schedule on Sunday, 2:25 pm. Jim Baker told me about it just a few days ago. This may be a bit surprising, but looks like the whole DjangoCon is a bit surprising.


Django on Jython: It’s here!

Posted by Leo Soto on August 14th, 2008.

That’s true: Django works on Jython without any special patch!

For anyone interesting in trying it out, I’ve written the steps on the Jython wiki.


Deploying Django/Jython Projects on a J2EE App Server

Posted by Leo Soto on August 18th, 2008.

Now that Django runs on Jython out of the box, you may wonder: “How do I deploy the resulting project into an application server (Tomcat, GlassFish, JBoss, etc)”?


My New Django/Jython Developer Workflow

Posted by Leo Soto on July 14th, 2008.

Both Django and Jython project are fast moving targets these days. That’s a good thing, both projects are rapidly approaching big milestones: Django 1.0 and Jython 2.5. But that also means that…