Hi there, I have the following problem:
There is one django site, which consists of two apps, the data for these apps are stored in a database. Some of the models in one app access models from the other app. Now I want to create a new site (on the same server), which contains new data for one of the apps, but needs to re-use and extend the data from the second app (the first site will also continue to use the data in this part). I realized that Django 1.2.1 supports multiple databases, but I am still not sure if this is possible and if yes, how it can be done. Any help appreciated. Chris -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.