September 2019
Beginner to intermediate
494 pages
13h
English
In this subsection, we will finish the share feature for our blog application by configuring the underlying protocols for Django's emailing APIs. First of all, we will need to add a number of variables to the main settings.py file of our Django project, namely the following:
The values of these variables depend on your Simple Mail Transfer Protocol (SMTP) usage. If you already have, or will have, ...
Read now
Unlock full access