Django pocket reference guide
Django is one of my favourite frameworks; however, the official docs are not always the best resource to look up information when you are in a hurry. Don't get me wrong, the official docs are very use

Search for a command to run...
Articles tagged with #django
Django is one of my favourite frameworks; however, the official docs are not always the best resource to look up information when you are in a hurry. Don't get me wrong, the official docs are very use

Many know and love Django admin (myself included). The problem is that it can be somewhat rigid, and well, let's be honest looks like it’s from 2010. Nevertheless, in Django, it’s stupidly simple to implement your own auth by extending the framework’...

I have been writing PHP since I first started programming. It's always been a very flexible and easy-to-use language that grows with you, and coupled with Laravel, you’ve got a gem of beauty, a super-charged modern framework that’s flexible, clean, a...

Back in the day, if you needed to build a website or API in Python, the choices would be Flask or Django. Both are excellent options no doubt, however in recent times for APIs and machine learning backends, FastAPI seems to be the most popular choice...

Django admin is a powerful tool to build admin panels rapidly. With just a few lines of code, you can have a fully functional admin panel in seconds. The problem though is customization, one of the most common customizations you'll do often is add a ...

Most modern stacks are just fine for most projects, however, I have a special bias toward Django. It's stood the test of time and is rock solid with a ton of features baked in. Ironically I do not use Django often but do have a lot of experience in i...
