Re: Meet error in "Writing your first Django app, part 1"

2006-04-10 Thread Kenneth Gonsalves
On Sunday 09 Apr 2006 12:06 pm, Holio wrote: > `python manage.py init polls' python manage.py install polls -- regards kg http://www.livejournal.com/users/lawgon tally ho! http://avsap.org.in ಇಂಡ್ಲಿನಕ್ಸ வாழ்க! --~--~-~--~~~---~--~~ You received this message

Re: Meet error in "Writing your first Django app, part 1"

2006-04-09 Thread Holio
Thanks, I found my sql server didn't set up well. Now the `manage.py install polls' passed. :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@g

Re: Meet error in "Writing your first Django app, part 1"

2006-04-09 Thread Don Arbow
On Apr 8, 2006, at 11:19 PM, gaghiel wrote: > > Writing your first Django app, part 1 > http://www.djangoproject.com/documentation/tutorial1/ > > Hi, after I run this command: > python manage.py install polls > > I got: > Error: polls couldn't be installed. Possible reasons: > * The database is

Re: Meet error in "Writing your first Django app, part 1"

2006-04-08 Thread Holio
Thanks for your reply. I did the `python manage.py init' as the doc said before, and `python manage.py init polls' as you said, still don't work. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

Re: Meet error in "Writing your first Django app, part 1"

2006-04-08 Thread lawgon
> The full error: no such table: packages your have not initialised the database: python manage.py init myapp --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send emai

Meet error in "Writing your first Django app, part 1"

2006-04-08 Thread gaghiel
Writing your first Django app, part 1 http://www.djangoproject.com/documentation/tutorial1/ Hi, after I run this command: python manage.py install polls I got: Error: polls couldn't be installed. Possible reasons: * The database isn't running or isn't configured correctly. * At least one of