Home / Companies / Twilio / Blog / Post Details
Content Deep Dive

Build a Contact Form for a Python Django Application with Twilio SendGrid

Blog post from Twilio

Post Details
Company
Date Published
Author
Robert Alford
Word Count
4,096
Language
English
Hacker News Points
-
Summary

A Python Django application with Twilio SendGrid integration has been built to create a contact form that stores user contact information in the site's database and triggers an automated email containing that information when the form is successfully submitted. The project uses a virtual environment, Django framework, and Twilio SendGrid service to send emails. The tutorial covers creating a contacts app, defining models, building a contact form, integrating with Twilio SendGrid for sending automated emails, and using Django's built-in admin interface to manage contact data.