Build a Discussion Forum in Django: Building a Progressive Web Application

With, Progressive Web Apps, developers can deliver amazing app-like experiences to users using modern web technologies. In this post we will learn how to make your django application progressive that works offline. 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 »