Automation aides - Building SaaS #12
The article details building an automated tool for processing and connecting data using Python and Django in a SaaS project.
The article details building an automated tool for processing and connecting data using Python and Django in a SaaS project.
Building a Python/Django tool to semi-automate backend manual tasks, making them faster to complete.
Building an admin dashboard in Django, covering user authentication, view protection, and semi-automated backend tasks.
A tutorial exploring three different date/datetime picker options for Django projects, covering manual setup, custom widgets, and third-party apps.
Finishing a third-party integration by adding email notifications for web scraping changes and planning an admin dashboard.
A tutorial on implementing a grouped ModelChoiceField in Django forms to organize options using <optgroup> tags.
Explores five different approaches to implementing polymorphism in Django models, a common challenge in Django ORM design.
Building SaaS app: Adding a Celery background task for web scraping a third-party service using Python, Django, and Beautiful Soup.
A developer adds a third-party integration (Prompt) to a SaaS project using Python and Django, involving model, view, and template changes.
Recap of a Python Frederick meetup where Patrick Pierson presented on Django, covering local development tools like Docker and Vagrant.
A developer stream on integrating a third-party service into a SaaS app using Python and Django, focusing on database modeling.
A developer updates Django data models, adds data to templates, writes tests, and creates database migrations in this coding stream recap.
A tutorial on using Django Crispy Forms for advanced and custom form rendering with Bootstrap 4, covering layout helpers and field placement.
How to add and test Celery beat, a background task scheduler, to a Django SaaS project, including deployment with Ansible.
A developer streams on Twitch, showing how to build a SaaS product with Python and Django, covering design, testing, and deployment.
A developer builds a Django model to handle multiple Stripe subscription plans for a SaaS application and updates the landing page.
Analyzes performance issues with Django Admin's paginator on large datasets and explores solutions to eliminate slow row counting queries.
A video tutorial series covering Django's authentication system, including signup, login, password management, and view protection.
A developer creates a report email from web-scraped data for a SaaS application using Python and Django.
A developer documents building a SaaS product using Python and Django, starting with a live stream experiment.