Bread and Butter Django - Building SaaS #58
A Django developer builds core pages, adds model methods, and designs templates for a SaaS application in this coding tutorial episode.
A Django developer builds core pages, adds model methods, and designs templates for a SaaS application in this coding tutorial episode.
A developer addresses user feedback by fixing navigation, print styles, and form layouts in a SaaS application built with Python and Django.
A technical walkthrough of building a consistent user onboarding flow in a Django SaaS application, focusing on data validation and step dependencies.
A developer adds an onboarding form using Django's CreateView, handling form configuration and redirecting to the next step in the flow.
A guide on using Sentry for error tracking and monitoring in Django applications, highlighting its setup and benefits.
Episode 50 of a series on building a SaaS product, focusing on creating a continuous user onboarding flow with Django and Python.
A developer designs and implements a user onboarding flow for a SaaS app using Python and Django, covering planning and initial coding.
A solo developer shares financial results and lessons from his second year building software businesses after leaving Google.
The author adds Tailwind CSS to style a Django SaaS project, fixes a logout issue, and explains utility-first CSS.
A technical guide on implementing email-based user accounts in Django using the django-allauth package, including configuration and testing.
An analysis of why the SaaS 'College Conductor' failed after three years, detailing the technical and business lessons learned.
The author starts a new Django project from scratch, sets up a development environment with pip-tools, and deploys it to Heroku.
A developer analyzes the failure of his SaaS project, College Conductor, sharing lessons on technology choices and focus.
The author streamlines a SaaS deployment by removing the Git clone from the server, detailing the steps for Let's Encrypt and Git SHA changes.
Integrating Celery worker and beat scheduler into a Shiv app to simplify Python SaaS deployment and tool management.
A developer's monthly progress report on side projects, including user growth for What Got Done and renewed interest in Zestful.
A technical deep dive into debugging a Django Shiv app, focusing on resolving template and static file loading issues.
A developer reflects on launching a task journaling app, conducting user interviews, and earning passive income from side projects.
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.