django
-
Django
Websockets with Django Channels – From start to deployment
With all the AI buzz ongoing, you don’t care. You just wanna create your Django Channels websockets enabled endpoint, and…
Read More » -
Django and Angular on the same Domain with Nginx
Don’t stress. Take a look at the complete conf file for nginx below and let’s discuss afterwards, or not. It’s…
Read More » -
Django
Test & Deploy Django Application to server via Github Actions
If you’re reading this article, I assume you know what Django isyou know what Github and Github Actions areyou have…
Read More » -
Personal
My #DjangoGirlsAccra in a Nutshell
Django remains my favorite Python web framework and my favorite of all frameworks. I’ve built applications with other frameworks such…
Read More » -
One Object per User in a Model
Sometimes, just sometimes, we want our users to add only one object per user per model. As in, when they…
Read More » -
Django
Sending Django Emails [with examples]
Django Emails makes sending emails – either error messages or user sign up emails via an authentication system – is…
Read More » -
News
PostgreSQL Django Nginx Gunicorn with VirtualenvWrapper on 16.04 LTS Ubuntu Server
Hello, and welcome! If you’ve recently upgraded to Ubuntu 16.04 LTS, you probably are wondering if there are any revamps…
Read More » -
Charge Stripe in Actual Dollars, not Cents
Stripe is a great payments solutions for developers and merchants alike. With rich API documentation in varied programming languages, it…
Read More » -
Django
Extending Django User Model (UserProfile) like a Pro
Sometimes, we have the idea, we know what tools to use, but putting them together to create applications or solve…
Read More » -
Data URI your Images 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…
Read More »