From Browser To Django
A beginner-friendly introduction to Django, a Python web framework, explaining its core concepts and how it powers web applications.
A beginner-friendly introduction to Django, a Python web framework, explaining its core concepts and how it powers web applications.
A technical guide on creating a custom Django User model and integrating django-allauth for email-based authentication.
Setting up django-environ for environment-based settings and django-debug-toolbar for debugging in a Django SaaS project.
The author starts a new Django project from scratch, sets up a development environment with pip-tools, and deploys it to Heroku.
A developer discusses and compares different Django configuration tools, then integrates the Goodconf package into their SaaS project.
A technical guide on deploying WhiteNoise for static files in a Django SaaS app, covering CI/CD and Nginx configuration changes.
A technical guide on integrating WhiteNoise into a Django app to manage static assets, replacing Nginx.
The author explains their decision to create a Patreon for financial support to improve their long-form educational content and live streams.
Explains how to run webpack and Django's collectstatic in CI to simplify deployment of static assets.
Connecting a Django Shiv application to Nginx to complete the deployment process for a SaaS project.
Connecting a Django Shiv app using Ansible, covering file permissions and settings configuration for deployment.
Debugging a Django static files issue caused by incorrect file permissions in a Shiv app.
A technical deep dive into debugging a Django Shiv app, focusing on resolving template and static file loading issues.
A developer deploys a Django Shiv app using Ansible and S3, then troubleshoots template and settings issues.
Improving Python project dependency management with pip-tools and converting a Django app into a distributable Python package.
A technical walkthrough of completing the account deactivation workflow in a Django SaaS app, including Stripe cancellation.
This episode covers completing the user account deactivation flow, including logging out users and marking accounts as inactive in a Django app.
A technical guide on implementing Stripe subscription cancellation and account deactivation workflows in a Django SaaS application.
This article demonstrates using feature flags in a Django SaaS project to control the release of new features to users.
This article explains how to add feature flags to a Django SaaS project using the Django Waffle library to control user access to new features.