Tutorial on Django Rest Framework Reset Password with Testing

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… Read more

Similar

How to Dockerize Django in 5 minutes

This tutorial will show you how to Dockerize a Django project in less than 5 minutes. If you've been working with Django for a while, chances are you've heard of Docker before. But here's a quick summary of Docker and why you should consider using it in y... (more…)

Read more »