Abishek Reddycaptain0205.hashnode.dev·Oct 29, 2024User Registration with OTP verificationIn this article we’ll learn how to perform user registration with OTP verification. This is a beginner level article but you need to have basic knowledge about django and django rest framework. If you’re not aware those, you can refer following tutor...Discuss·78 readsDjango registration system
Musaib Altafmusaaib.hashnode.dev·Dec 24, 2023Django Registration Wizardry: Strengthening Security with Email OTP Verification1. Introduction Django is a python-based high level web framework. It's an open source framework and is free to use. If we talk about the architecture, it follows the MVT (Model View Template) architecture. In this article, I assume that you already ...Discuss·5 likes·368 readsDjango registration system