Django is a great Python based web framework, which comes with tons of features out of the box, for ‘springboarded’ development. Django rides on Python, thus,…
Category: Django
Data URI your Images in Django
Posted in Django
As I read the book, Two Scoops of Django, I come across lots of best practices (I wasn’t expecting otherwise though). One that caught my eye was…
The marriage of Django and AngularJS theoretically is a pleasant one. The ceremony looks promising and the ‘lived ever after’ is a great one. Yet,…
Sometimes, we have the idea, we know what tools to use, but putting them together to create applications or solve problems becomes a challenge. You’re…
Mezzanine Menus with Materialize CSS
Posted in Django
Let’s create nested menus in Mezzanine using Materialize CSS. With the approach below, you get this results. The menus are nested only one level, but…
Hello, and welcome! If you’ve recently upgraded to Ubuntu 16.04 LTS, you probably are wondering if there are any revamps you might need to do.…
In the beginning was Init. Then came Systemd. If you’re wondering how to switch your Django apps from Init to Systemd, here we go! I…
Sending Django Emails [with examples]
Posted in Django
Django Emails makes sending emails – either error messages or user sign up emails via an authentication system – is easy. Let us take a…
Three things are infinitely complex: The Universe, Django’s crazy static file serving, and Django Custom Error Views. The infinity of the universe, no two ways…
One Object per User in a Model
Posted in Django
Sometimes, just sometimes, we want our users to add only one object per user per model. As in, when they add an object to a…





