How To Add Sentry - Building SaaS #148
A guide on switching from Rollbar to Sentry for error monitoring in a Python/Django SaaS project, highlighting Sentry's features.
A guide on switching from Rollbar to Sentry for error monitoring in a Python/Django SaaS project, highlighting Sentry's features.
Announcing django-denied, a Django package that enforces authorization by denying all views by default for enhanced security.
The author creates a new open-source Django package called 'django-denied' for handling authorization, extracted from a SaaS project.
A developer creates a new model for a teacher checklist feature in a Django-based homeschool SaaS application.
A developer builds a teacher checklist model and feature for a Django-based SaaS homeschooling application in this coding stream recap.
A developer continues building a teacher checklist feature for a SaaS app, focusing on Django refactoring and adding new context data.
A developer builds a new teacher checklist feature in a Django SaaS project, creating a dedicated 'teachers' app.
A developer troubleshoots a broken Python virtual environment and dives deep into dependency installation issues in this coding screencast.
The developer works on small user-requested features for a SaaS app, taking a break between larger projects.
Building a Django SaaS feature for user-requested PDF bundles, integrating S3 file storage via django-storages.
Adding a PDF course completion report for students in a SaaS application built with Python and Django.
The article details adding a PDF attendance report to a SaaS project, covering development challenges and code patterns.
An update on adding a new report to a PDF bundle, including code cleanup and refactoring in a SaaS project.
Developer debugs static file handling for PDF reports in a Django-based SaaS application during a live coding session.
A developer builds a PDF bundle feature for a SaaS app, creating zip archives of school year reports for customers.
A developer adds UX polish to a Django SaaS app, allowing users to quickly navigate between school years in their homeschool application.
The author integrates django-htmx into a Django project to build a bulk task deletion feature for a SaaS homeschool application.
A developer builds a bulk delete feature for a SaaS application, allowing customers to delete multiple course tasks at once.
The article details completing the school break filtering feature for a SaaS product, including UI work and final testing.
A developer builds a user interface for filtering students by school breaks in a SaaS application using Django and Python.