Hi, I work for a publishing company that publishes several magazines and also maintains websites for those magazines online. Right now most of the websites live on different servers written in different languages.
The plan is to unite them all and move to django. However the most important feature will be the user registration system. Eg.g Somebody registers for magazine A but we want to make sure that he/she can use the same login for magazine B. Does anybody have any insight to offer? Has anybody come across a same problem? I realize that the easiest would be putting everything in a single django (postgresql) database and then just use the SITE logic but I'm afraid that would not be practical considering that we have around 10 websites, sometimes very unique tools and a lot of traffic. Any info is much appreciated. Best Regards

