At approximately 3 am UTC on May 26, 2021, the operators of the Freenode IRC network assumed control of the #django* channels on that network. This means that representatives of the Django community no longer retain the ability to enforce Django's Code of... (more…)
Read more »
Building a social network isn't just a really cool project, but it's also a project that can teach you a lot of new cool things. In this video we will begin ... (more…)
Read more »
What to do when user forgot the password? We need to have a reset password view. User enters there her email address and email with reset link is sent. The reset link contains special information like uid and token. When user clicks the reset link, the re... (more…)
Read more »
django-admin-env-notice - Visually distinguish environments in Django Admin... (more…)
Read more »
I recently wrote about the difficulty of building web products like CodeStories. Today, I want to be more constructive and contribute what I learned during the process of allowing CodeStories to accept customer payments. Hopefully, this tutorial will seem... (more…)
Read more »