Django 3.2 is just around the corner and it's packed with new features. Django versions are usually not that exciting (it's a good thing!), but this time many features were added to the ORM, so I find it especially interesting! (more…)
Read more »
Welcome to part 28 of "How to build an Ecommerce website using Django 3 and Vue.js". In this part of the series, I will implement PayPal to the website. So w... (more…)
Read more »
A simple, step-by-step walkthrough for configuring and deploying a Django application to DigitalOcean using Nanobox. (more…)
Read more »
In this post, I will guide you on how to enable WebSockets in your Django application without installing third-party apps. (more…)
Read more »
In this tutorial I will show you how to implement a very simple single-page application with Django.
We will take advantage of Django's views and JavaScript's fetch API. You should have django installed before starting a dj... (more…)
Read more »