Re: create/drop individual table

2007-04-05 Thread Gilhad
I used to run manage.py sqlall something, then copy& paste the definition to the mysql shell ... maybe it will help you too ;-) On Wednesday 04 April 2007 17:25, John wrote: > Hi, new to django, getting familiar w/ it. So far, love what I've > seen. One question: how do I create/drop an individu

Re: create/drop individual table

2007-04-04 Thread Nathan R. Yergler
There's no Django magic there; just do it like you normally would using your database. On 4/4/07, John <[EMAIL PROTECTED]> wrote: > > Hi, new to django, getting familiar w/ it. So far, love what I've > seen. One question: how do I create/drop an individual table, > preferably not from the manage.

create/drop individual table

2007-04-04 Thread John
Hi, new to django, getting familiar w/ it. So far, love what I've seen. One question: how do I create/drop an individual table, preferably not from the manage.py shell? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl