Customer Docs - Building SaaS #85
A developer integrates Sphinx documentation into a Django SaaS project, adding it to the app's UI, CI, and deployment process.
A developer integrates Sphinx documentation into a Django SaaS project, adding it to the app's UI, CI, and deployment process.
A developer refactors the student enrollment flow in a Django SaaS application, removing old code and improving the user interface.
A developer polishes the onboarding flow and empty states for a SaaS application, adding helpful copy and calls to action.
An in-depth look at Django middleware, explaining its role and function in handling requests and responses in a web application.
A developer addresses customer feedback on a SaaS product, fixing bugs, improving print layouts, and enhancing the user onboarding flow.
A guide to setting up Tailwind CSS with Django on Heroku, replacing the large CDN version with a custom, smaller build.
Tutorial on creating custom Django template tags and filters to extend template functionality in a blog application.
A developer completes the final form and tests for a Django app's user onboarding process in this coding tutorial episode.
A guide to Django's user authentication and authorization system, covering setup, the User model, and the login process.
A developer walkthrough of adding an UpdateView and reordering UI for courses in a Django app, including testing and template updates.
A guide on integrating a Hugo static blog into a Django application using a route-based approach like mysite.com/blog/.
A developer details the process of serving a Hugo-generated blog from a Django app using WhiteNoise on Heroku, avoiding staticfiles or a reverse proxy.
A developer creates a Django form template for a social media app, covering styling, context data, and dynamic user information.
An overview of Django's built-in user authentication system, covering authentication, authorization, and setup.
A developer builds a user invite system for a new social network app using Python and Django, covering forms, views, and email strategies.
A guide on integrating React into a Django project, focusing on a simple, incremental setup without complex JavaScript toolchains.
This episode explores the structure of a Django application, explaining its core files and their purposes within a project.
The author starts a new Django project to build a social network with a capped number of connections to encourage thoughtful relationships.
A developer adds a landing page to their SaaS app using a Tailwind CSS template, detailing the integration and styling process.
Learn how to use django-hijack to impersonate user accounts and troubleshoot customer issues in Django projects.