How to Migrate from SQLite to PostgreSQL in Django in 3 Steps

Copy all the data from a sqlite database into a postgresql database in Django. Read more

Similar

Multi-Tenancy in Django

Here's how we implemented multi-tenancy on a recent Python / Django app build. This article describes our approach, shares some code and compares it with an earlier project we did using a different method. (more…)

Read more »