Django A collection of 201 articles #Python #Django #SaaS #Heroku #DNS Deploy to Heroku - Building SaaS with Python and Django #171 In this episode, we did the work to deploy the site to Heroku to make the site live. We configured the production site, fixed some missing settings, and connected to the relevant DNS … #Python #Django #SaaS #SendGrid SendGrid Inbound - Building SaaS with Python and Django #170 In this episode, we worked on the inbound hook to receive email responses from SendGrid using the service’s Inbound Parse feature. We worked through the configuration and addressed the … I make a lot of Django content for the community. Please support me on Patreon! #Python #Django #SaaS #email #SendGrid #Cloudflare SendGrid Outbound - Building SaaS with Python and Django #169 In this episode, we took another step closer to deploying the service online. The primary goal was to make sure that email sending works. I spent a lot of time explaining email configuration … #Python #Django #SaaS #deployment #Postgres Deployment Checklist - Building SaaS with Python and Django #168 In this episode, I added the deployment checklist and improved the security of the app. Then we moved to work to set up the database to use DATABASE_URL and prepare to use Postgres. Previous Articles →