Hi,
I'm working on my honor society's website, and I'm wondering if (1.) can two websites (Django projects) point to the same database, and (2.) if that's good practice.
Background info: Currently there's only one website, and the users for it are for only for members. For our industry relations part (which we are developing now), we want to have companies be able to log in for things like requesting information sessions, resumes, etc. The way things are right now makes it difficult to introduce a new type of user (in this case, the companies). So I was thinking it'd be better to decouple the company side of things to a new website, making the users there strictly for companies. But this website would still need access to the info on our main site, so we were thinking of making it point to the same database.
Any other suggestions are welcome! :)