On 9/15/06, Jason Murray <[EMAIL PROTECTED]> wrote:
>
> I'm a django newbie (still working on the first app). I'm trying to figure
> out how to do something, only conceptually at this point. So I have no
> errors to send.
>
> I host a few apps on my home machine. They each use their own DB (on the
> same server). I'm thinking I should set up a project for the whole server,
> and then an application for each existing app. But what is the "django
> way" to change the DB information for each app? I obviously have to change
> DATABASE_NAME for each app, but what is the least painful way to do this?

As of now django is limited to 1 database per project (although you
could have multiple projects on 1 server, or even on 1 domain.)

There is a branch that is adding this feature (multiple db's per
project) if you feel adventerous :)

http://code.djangoproject.org/wiki/MultipleDatabaseSupport

Joseph

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to