How To Use Htmx In Django
A tutorial on integrating htmx with Django to delete list items without page reloads, including CSRF token handling.
A tutorial on integrating htmx with Django to delete list items without page reloads, including CSRF token handling.
A developer adds UI improvements and new features to a SaaS application based on direct customer feedback.
Compares Django and Flask, two popular Python web frameworks, highlighting their similarities and key differences for developers.
A developer walkthrough of building a new calendar-based task completion feature for a SaaS product using Python and Django.
A Django expert explains why you should use the latest version of the framework for new web applications, instead of older LTS versions.
Developer implements customer feedback to improve SaaS app usability, including graded task visibility, better delete navigation, and documentation links.
A developer fixes critical scheduling bugs in a Django app, addressing issues with task display and date calculations discovered during real-world testing.
An exploration of Django middleware, explaining its purpose, placement in the request/response cycle, and how it's configured.
A developer customizes a sign-up email template and tests it with MailHog, then works on the landing page's pricing section.
A developer integrates Sphinx documentation into a Django SaaS project, adding it to the app's UI, CI, and deployment process.
Django Chat podcast episode discussing PostgreSQL full-text search and GeoDjango for mapping projects with contributor Paolo Melchiorre.
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 tutorial on creating interactive web maps using Django's GeoDjango module, SpatiaLite for geospatial data, and the Leaflet JavaScript library.
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.