Leo Soto M. | 14 Aug 00:58

Re: Problems with jython trunk and django 1.0 alpha 2

On Wed, Aug 13, 2008 at 5:50 PM, Rafael Ferreira <raf <at> ophion.org> wrote:

[...]

> Also, with regards to the data
> source configuration, is anyone working on a jdbc provider for django? I can
> prob take a crack at it if such thing doesn't exist already.

Yeah, look on <http://code.google.com/p/django-jython/> (you can also
easy_install it, if you have setuptools on your jython installation).

Currently, we have a very good PostgreSQL backend, and a experimental
one for SQLite3. It shouldn't be difficult at all to come up with
backends for MySQL and (perhaps on less degree) Oracle, considering
that the particular "dialect" problem for this databases is already
solved on the builtin Django backends. Contributions (after Monday,
which is the official end date for the GSoC coding period) are
welcomed :-)

--

-- 
Leo Soto M.
http://blog.leosoto.com

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Leo Soto M. | 14 Aug 06:09

Re: Problems with jython trunk and django 1.0 alpha 2

On Wed, Aug 13, 2008 at 6:58 PM, Leo Soto M. <leo.soto <at> gmail.com> wrote:
> On Wed, Aug 13, 2008 at 5:50 PM, Rafael Ferreira <raf <at> ophion.org> wrote:
>
> [...]
>
>> Also, with regards to the data
>> source configuration, is anyone working on a jdbc provider for django? I can
>> prob take a crack at it if such thing doesn't exist already.
>
> Yeah, look on <http://code.google.com/p/django-jython/> (you can also
> easy_install it, if you have setuptools on your jython installation).
>
> Currently, we have a very good PostgreSQL backend, and a experimental
> one for SQLite3. [...]

BTW, I've cleaned up the DjangoOnJython page on the wiki, with an
up-to-date recipe to get it working without any special patching. Note
that this won't work with Django alpha2, as django-jython backends
require a change that wasn't included on that release. With current
trunk or with the upcoming beta release it will work fine.

http://wiki.python.org/jython/DjangoOnJython
--

-- 
Leo Soto M.
http://blog.leosoto.com

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
(Continue reading)


Gmane