Django 3.2 release candidate 1 is the final opportunity for you to try out the mezcla of new features before Django 3.2 is released. (more…)
Read more »
Nowadays everyone knows what an App is. It’s a program you download from the App Store to your smart phone, right? In Django, a bunch of terms like “App” might have a meaning that differs from their common use. This might lead to some confusion, which I h... (more…)
Read more »
Today, Florian Apolloner, a member of the Django security team, discovered and fixed a critical security issue in the new PasswordResetConfirmView that was added to the Django master branch on July 16th, 2016. The view didn't validate the password reset t...
Read more »
Django might not be the most trendy framework to use anymore, but it's insanely stable, extendable and has an active community around it. That, and simply because I am able to build stuff with it fast, I used it to build my app [MentorCruise.com](https://... (more…)
Read more »
Very practical tutorial that goes through the steps and code to create a Python web application using the Django framework... (more…)
Read more »