Two-phase registration, consisting of initial signup followed by a confirmation/activation email is a common piece for any web app. In this article I will guide you through setting this up in Django using the Django-registration plugin and Gmail for messaging. Then I show you how to deploy the app to Heroku.
Articles on registration
Code Challenge 29 – Create a Simple Django App – Review
By PyBites Team on 31 July 2017
In this article we review last week’s Create a Simple Django App code challenge. The Django fever continues …