diff --git a/bin/processed_videos.json b/bin/processed_videos.json index 8b31902..3388bf2 100644 --- a/bin/processed_videos.json +++ b/bin/processed_videos.json @@ -31,6 +31,7 @@ "GD--Xy54icI", "GQ8MDUnGBvg", "H7-Cz1kJhOc", + "HMv5N6pzQDg", "HgKcO_mBmFs", "IbwRgzXaATE", "JM6oy2DjAds", diff --git a/content/blog/2024-06-06-polish,-debug-toolbar,-email-signals-building-saas-with-python-and-django-193.md b/content/blog/2024-06-06-polish,-debug-toolbar,-email-signals-building-saas-with-python-and-django-193.md new file mode 100644 index 0000000..42e6079 --- /dev/null +++ b/content/blog/2024-06-06-polish,-debug-toolbar,-email-signals-building-saas-with-python-and-django-193.md @@ -0,0 +1,15 @@ +--- +title: "Polish, Debug Toolbar, Email Signals - Building SaaS with Python and Django #193" +description: "In this episode, we first added the Django debug toolbar to aid future troubleshooting. Then, following some PR cleanup, I added django-denied as the authorization framework for the site. With those two packages integrated, I did some polishing work and began the effort to send prompts immediately following email verification." +image: img/2024/HMv5N6pzQDg.jpg +video: https://www.youtube.com/embed/HMv5N6pzQDg +type: post +categories: + - YouTube + - Python + - Django +tags: ['Python', 'Django', 'SaaS', 'authz', 'debug toolbar', 'debugging'] + +--- + +In this episode, we first added the Django debug toolbar to aid future troubleshooting. Then, following some PR cleanup, I added django-denied as the authorization framework for the site. With those two packages integrated, I did some polishing work and began the effort to send prompts immediately following email verification. diff --git a/static/img/2024/HMv5N6pzQDg.jpg b/static/img/2024/HMv5N6pzQDg.jpg new file mode 100644 index 0000000..7eab0c6 Binary files /dev/null and b/static/img/2024/HMv5N6pzQDg.jpg differ