Which Django Version Should I Use?
A Django expert explains why you should use the latest version of the framework for new web applications, instead of older LTS versions.
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.
A developer refactors the student enrollment flow in a Django SaaS application, removing old code and improving the user interface.
Django Chat podcast episode discussing PostgreSQL full-text search and GeoDjango for mapping projects with contributor Paolo Melchiorre.
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.
A talk on implementing full-text search using Django and PostgreSQL, highlighting its simplicity over dedicated search engines.
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.