Blog Posts

How to set up a new Django project

lewiskori's DEV Profile

This post is a continuation of the django multi-tenancy series. In this part, we'll begin to implement the backend of the multitenant Django app. We'll be setting up a Django project fr...

Introduction to multi-tenant apps with django

lewiskori's DEV Profile

What are multi-tenant apps

Multi-tenancy is an architecture in which a single instance of a software applicat...