Blog
Up-Stream Versus Down-Stream Requirements
2020-07-15Wherein I confuse myself with analogies and try to define supporting versus runtime requirements.
Posted in Python by Shawn DavisMulti-Tenancy With WSGI
2020-06-15A look at how to implement multi-tenancy in a straight-forward manner using one codebase and multiple WSGI scripts.
Posted in Multi-Tenancy by Shawn DavisHow to Structure a Django Project
2020-05-15There are many ways to structure a project. Here we explain our preferred structure with rationale that has been used for many, many projects.
Posted in Django by Shawn Davis