This post aims to dispell some ambiguities introduced by Django for those learning it. These things initially perplexed me. I found it hard to grasp and articulate, and for my first years in Python, they were akin to magic.The idea of using strings in Dja... (more…)
Read more »
I have discovered a truly remarkable solution for composite foreign keys support in Django ORM that works well when you can’t modify an… (more…)
Read more »
Outgoing Django webhooks triggered on model changes - GitHub - danihodovic/django-webhook: Outgoing Django webhooks triggered on model changes... (more…)
Read more »
Real life django applications often have requirements that are not well advertised through mostly django tutorials around the internet. Here I share a few tips that may help you build a better django app. (more…)
Read more »
Django helps you build websites in Python. How does it work? In this series, we'll explore Django from top to bottom to show you how to build the website you've wanted. We'll start from the beginning with the browser. (more…)
Read more »