Re: How to delete data table at command line

2011-08-05 Thread Matt Mansour
If you want to alter your schema (remove a field from the table, or remove the entire table), first remove the field from your model, or remove the entire model. Then make the change in your database. Or you can look into using 'south' for schema changes. After you spend a little time learning it

How to delete data table at command line

2011-08-05 Thread Le Huu Nghia
Dear all, I'm new at Django . i have got a trouble with delete table. I want to delete my table that is wrong field , but i can 't figure out how to do that. Pls , Help me -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,