I want to start collecting some basic usage metrics so that it's easier for the DSF to raise money.
Read more »
Two months ago, I was planning to publish a mobile app for both Android and iOS devices. However, I didn’t know how to code mobile apps natively. I found that there is an app type called “Webview” in which you just prepare a mobile friendly website and se... (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 »
What will we cover in this tutorial? We're going to a implement highly scalable single sign-on login flow for Facebook on a Django backend. After completing the tutorial, you will be able to: Have any user login through their Facebook account into your we... (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 »