Re: syntax error with tutorial1 in "python manage.py sql polls" step

2006-03-25 Thread bruno modulix
maphew a écrit : > Hi, at the ''python manage.py sql polls'' step of the > [http://www.djangoproject.com/documentation/tutorial1/ poll tutorial] I > get a syntax error: (snip) > mod = __import__('django.models.%s' % submodule, '', '', ['']) > File "/home/matt/code/djtutor/../djtutor/polls/m

Re: models and forward declarations

2006-03-11 Thread bruno modulix
Michael Radziej a écrit : > Rock schrieb: > >>Search for "forward reference" in this group. (Basically you cleverly >>locate your import statement inside a function call.) > > > I found your thread at: > > http://groups.google.com/group/django-users/browse_thread/thread/71fc72ab1f547d3/4d0dbfd

Re: Django in Boo

2006-03-05 Thread bruno modulix
wizeman a écrit : > Hi. I'm just starting to use Django and I'm loving it. > > Don't you think it would be great if Django was ported to Boo ( > http://boo.codehaus.org/ ) ? No. > If you don't know Boo, here are some of the main features: (snip) > - It's compiled, so type mismatches are caught

Re: ZODB Anyone ?

2005-11-20 Thread bruno modulix
Adrian Holovaty a écrit : On 11/19/05, bruno de chez modulix en face <[EMAIL PROTECTED]> wrote: I made a quick search (google, the Django wiki, this group...) on the topic (Django +zodb) but did not found anythink relevant. Did anyone ever tried ? Any pointer ? This has never been tried, to

Re: ZODB Anyone ?

2005-11-20 Thread bruno modulix
Tom Tobin a écrit : On 11/20/05, Cheng Zhang <[EMAIL PROTECTED]> wrote: I am curious to learn more about why "object DBs are not good fit for the MVC-like separation". Previously I had very basic exposure to ZODB, along with the concept of object database, when I played with Zope a bit years a

Re: ZODB Anyone ?

2005-11-20 Thread bruno modulix
Kenneth Gonsalves a écrit : On Sunday 20 Nov 2005 10:42 am, Tom Tobin wrote: On 11/19/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: This has never been tried, to my knowledge. It would be possible -- and relatively easy -- to do if there were a DB-API-compliant ZODB library. Is there one? I

Re: ZODB Anyone ?

2005-11-20 Thread bruno modulix
Tom Tobin a écrit : On 11/19/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: This has never been tried, to my knowledge. It would be possible -- and relatively easy -- to do if there were a DB-API-compliant ZODB library. Is there one? I know nothing about ZODB, other than the fact that it's ass