Re: how to change database within Django.

2009-04-30 Thread peter
Hi, We have a database for each product that we have. Within the database, there are product specific tables. The current setup uses PHP/MySQL and the front end is a simple form that a user can use to select which product they want to do a search on, follow by a serial number. I'm _very_ surp

Re: how to change database within Django.

2009-04-30 Thread Daniel Roseman
On Apr 30, 6:45 pm, peter wrote: > Hello, >   I'm an newbie so please bear with me. > >   I have a simple form that a user can select the from different > product line (databases) and search based on serial number.  From what > I have read, the database name needs to be specified within Django, >

how to change database within Django.

2009-04-30 Thread peter
Hello, I'm an newbie so please bear with me. I have a simple form that a user can select the from different product line (databases) and search based on serial number. From what I have read, the database name needs to be specified within Django, which in this case is a dynamic variable. How