Re: no such table: django_session when doing the tutorial

2010-08-05 Thread Alexandre González
Sorry Yoji, I did a fast read and I didn't see it. Can you paste your complete settings.py On Wed, Aug 4, 2010 at 13:40, Yoji H wrote: > this is just a guess but i think the path is not set right. > but i don know how to set it correctly. > > > On Wed, Aug 4, 2010 at 8:39

Re: no such table: django_session when doing the tutorial

2010-08-04 Thread Yoji H
this is just a guess but i think the path is not set right. but i don know how to set it correctly. On Wed, Aug 4, 2010 at 8:39 PM, Yoji H wrote: > i did as i wrote above. > > 2010/8/4 Alexandre González > > Have you run the script manage.py with

Re: no such table: django_session when doing the tutorial

2010-08-04 Thread Yoji H
i did as i wrote above. 2010/8/4 Alexandre González > Have you run the script manage.py with syncdb option? > > python manage.py syncdb > > On Wed, Aug 4, 2010 at 12:44, merabi wrote: > >> Hi. >> im using python 2.6, django 1.1, eclipse3.4, and pydev

Re: no such table: django_session when doing the tutorial

2010-08-04 Thread Alexandre González
Have you run the script manage.py with syncdb option? python manage.py syncdb On Wed, Aug 4, 2010 at 12:44, merabi wrote: > Hi. > im using python 2.6, django 1.1, eclipse3.4, and pydev 1.6, macbook > pro mac os 10.6.4. > trying to do the tutorial: >

no such table: django_session when doing the tutorial

2010-08-04 Thread merabi
Hi. im using python 2.6, django 1.1, eclipse3.4, and pydev 1.6, macbook pro mac os 10.6.4. trying to do the tutorial: http://docs.djangoproject.com/en/dev/intro/tutorial02/ first of all, i DID syncdb. -> no problem. i check using dbshell, .dump. -> says django_session DOES EXISTS. Changed