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 Gmail
Learn Python by Coding for Yourself
By Julian Sequeira on 27 April 2017
In this post I discuss (with examples) why it’s important to learn Python by actually coding. It’s not enough to just read!