Python Tutorial

Django User Registration And Login Use Built-in Authorization Example

Django framework provides built-in user management and authorization feature. You can use it to add a user group and user account to the Django project admin web page. You can also use the module django.contrib.auth to integrate the user authorization feature in your python source code. This article will tell you how to use it

Django User Registration And Login Use Built-in Authorization Example Read More »

Python Send Email To Multiple Contact In CSV File With Personalized Content Example

This article will tell you how to send emails to multiple contacts which are saved in a CSV file, and how to use email subject and content templates to make the email content personalized in Python. There are mainly two steps in this example, the first step is to read user contacts in a CSV

Python Send Email To Multiple Contact In CSV File With Personalized Content Example Read More »