Hello,
Simple question,  I have a database table called Orders.  I want to
delete this table so that when I do 'python manage.py syncdb' the
table will get recreated.  I want to make some modifications to the
columns in the table and I can't seem to do the with SQLite.  I don't
want to delete the information from my other tables...just the Orders
table.

Do I need to do this with my sqliteman software or ca I do something
like Orders.delete() in my djano command prompt.

Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to