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
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
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
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.
> 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
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
6 matches
Mail list logo