Re: project design question

2009-04-24 Thread Jashugan
Unless things have changed, Django only supports one database connection at a time. So, you should put them all in one database. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gr

project design question

2009-04-24 Thread nixon66
I have several database that I want to use in a project and my question is should I put the all the database tables in one database so its easier for the settings.py file or should each database be separate. I'm using Mysql as a backend. So I would create one database called projects with everythi