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

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

2006-03-24 Thread maphew
Hi, at the ''python manage.py sql polls'' step of the [http://www.djangoproject.com/documentation/tutorial1/ poll tutorial] I get a syntax error: {{{ [EMAIL PROTECTED]:~/code/djtutor$ python manage.py sql polls Traceback (most recent call last): File "manage.py", line 11, in ?