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…
Data URI your Images in Django
Posted in Django
KhoPhi's Dev
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…
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,…
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…
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.…
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…
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…
Django remains my favorite Python web framework and my favorite of all frameworks. I’ve built applications with other frameworks such as Laravel, Rails, Node-Express and…
If you’re reading this article, I assume you know what Django is you know what Github and Github Actions are you have a server that…
With all the AI buzz ongoing, you don’t care. You just wanna create your Django Channels websockets enabled endpoint, and do some real-time communication with…
Don’t stress. Take a look at the complete conf file for nginx below and let’s discuss afterwards, or not. It’s self explanatory enough This NGINX…