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

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
Django with Javascript
Dependent Select Boxes in Django with Javascript
Django with ajax and javascript to create dependent dropdowns (select boxes).How to create parent and...
Read More