Multi-Tenant Django Application
Are there common patterns people use for creating multi-tenanted applications using Django. The built in "sites" framework seems like an option. Are there other approaches people have had success with? Using the sites framework goes a long way towards providing a security guarantee to the "tenants", assuming you give each site instance a unique table. On the other hand, it'll be a big hassle if you have a small number of tenants and you'll waste a huge amount of server resources since you'll need at least one server process per customer even if they aren't using the system. If you have a large