I almost finished the development of the Django project (with several plug-in applications).
I want to propose this project as SaaS (something like 37signals.com).
ie: customer1.product1.com, customer2.product2.com, etc.
product1 may be basecamp product2 may be high etc.
I want to know how the project should be structured for these products.
If there is one project, according to which all products will be an application. ---- OR ---- Do I have to do different projects for all products.
There are also database gaps .. all products will look in one database or we must have separate databases for each product.
I am looking for the most efficient and scalable way to do this.
thanks
source
share