Orlando Python Monthly Meetup

Details
This month, Scott Crespo of Orlando Data Science (http://orlandods.com) (http://orlandods.com) will be presenting on some nice Django tech that makes SaaS MUCH easier to implement! We'll be at Sonobi's swank offices, as well. Check it out!
Multi-Tenant Apps with Postgres and Django
Scott Crespo will present the pros and cons of various multi-tenant architectures, and how to implement a schema-based, multi-tenant application using Postgres DB and Django.
Background
Multi-Tenancy is generally defined as a single application instance serving multiple client organizations (tenants). This is most visible in the form of organization-based subdomains, such as "myorg.exampleapp.com (http://myorg.exampleapp.com/)", which may then host numerous users accounts. With the surging popularity of "Whatever as a Service", or XaaS, multi-tenancy is a key architectural concern to provide tailored service, safeguard customer data, reduce server workload, and scale-out with ease.
About Scott Crespo
Scott Crespo is a local software consultant, entrepreneur, and Django evangelist. He's also the Director of the Orlando Data Science Meetup ( http://meetup.com/orlandodata ), and writes technical content at OrlandoDS.com and ScottCrespo.com.

Orlando Python Monthly Meetup