Hi I have been experimenting with Django for a while.  I had not not
investigated Turbo Gears until just recently while looking at what I
would have to do to get CherryPy's wsgiserver working in Django as I
had wanted (as opposed to using wsgiref). I am considering TurboGears
now because I have an appreciation for CherryPy and also for the Kid
templates.

The only trouble I am having has to do with SQLObjects licensing (since
python's bytecode generation is compiling in my view) and this leaves
things ambiguous with any project code generated (as far as SQLObjects
LGPL licensing). Personally, I believe SQLObjects is a great object
relational wrapper and I like it a lot. I wish the licensing were
different but I don't think that is about to change any time soon.

As a result, I am interested in continuing to use Django's db api and
models and believe this could work in Turbo Gears for the exception of
some integration for how the models get their connection information. I
am wondering if anyone else has considered having the Django db api
play together for this purpose (or already done this)?

Many thanks
David

Reply via email to