What You Need to Know to Manage Users in Django Admin
Explains security risks and best practices for managing user permissions in Django's admin interface to prevent data leaks.
Explains security risks and best practices for managing user permissions in Django's admin interface to prevent data leaks.
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.
A technical guide on implementing hreflang tags in a multi-language Django site to improve SEO and inform search engines about available language versions.
A technical walkthrough of completing the account deactivation workflow in a Django SaaS app, including Stripe cancellation.
Improving Python project dependency management with pip-tools and converting a Django app into a distributable Python package.
A guide to creating database indexes in Django without causing downtime, covering atomic migrations and raw SQL.
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.
A guide to optimizing Django dashboard performance using SQL grouping sets for advanced aggregation, including a cautionary note.
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.
How to speed up Ansible deployments using Mitogen, reducing deployment time from 7 minutes to 1.5 minutes.
A guide to deploying a Django web app using Ansible, including a detour on Continuous Integration and a major speed improvement.
A recap of the January live streams focused on building a SaaS product with Python and Django, covering integrations and admin tools.