Following up on my previous message in this thread, after changing
maxlength to max_length,

python manage.py sql polls

works, but

python manage.py syncdb

results in

sqlite3.OperationalError: near ""choice"": syntax error.

This seems odd since the code for the choice class was pasted right
out of the tutorial (except for the maxlength fix). Note that earlier
in the tutorial, before putting the tutorial code into polls/
models.py, I did run syncdb and it did successully create the tables
for django.contrib.auth etc. So the sqlite3 installation appears to be
fine.

I don't know what to do at this point. Right now it seems as if the
tutorial simply doesn't work.

Gary



--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to