Lets Unchain Django

So we are here to unchain the black boxes of Django and dive into technicalities of all the functionalities such as the 'magic' of all the CBVs (Class Based Views), the decorators, and a lot of third party libraries specially the The Django Rest Framework . If you want to learn Django with a bottom up approach, or want to learn web development in general, be sure to subscribe to our newsletter.

Subscribe to our Newsletter

Subscribe to get the latest articles posted by us.

Latest Articles

celery multiple servers architecture
How to deploy Django and Celery with Docker on 2 different servers
We will make a distributed system where the long running tasks are sent to another server where they...
Read More
5-djang-packages
6 Packages Every Django Developer Must Know
You NEED to know these about these packages if you want to be a professional Django Developer.
Read More
multiple databases in django
How to use multiple databases in django - route geospatial data to postgis
We cover how to use a geospatial database i.e postgis and normal postgress database in the same project,...
Read More
Sensor data
How To Read Sensor Data in Python Django using MQTT Broker
Learn how to use an MQTT broker like Mosquitto to store or handle sensor or timeseries data in your python...
Read More
Timeseries data
Use Timescaledb With Django To Analyze Timeseries Data
Analyzing data from sensors have never been easier. In this tutorial, learn how to install and use timescaledb...
Read More
Django Series for beginners
Getting Started with Django Models (ORM): A Beginner's Guide
This article covers django models and how to work with them in detail. If you are beginner to the Django,...
Read More