On 11/14/05, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > On Tuesday 15 Nov 2005 12:26 am, panos wrote: > > b. can the new tables be accessed using the database API? > > no
Not true; you can set up a model to deal with a database created by hand (although I'm not sure why you'd want to *purposely* create a database for Django by hand; it does a good job of taking care of that for you). Now, if you want to *change* your model later on -- that's where you're forced to do things manually.