In this episode of Security Headlines we deep dive into the pastebin site dpaste.com
with its founder, the Django veteran Paul Bissex. (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 »
In this blog post, I’m writing about how to create the best folder structure for your Django application. Django folder structure is consist of project and apps. If you are not creating the right folder structure at the beginning of the project, everythin... (more…)
Read more »
Do you want to learn how to build a time tracking SaaS from scratch using Django and Vue? Then you have come to the right place. The project we are going bui... (more…)
Read more »