Goals for 2022
A blogger shares their 2022 goals for writing, media production, and software development, focusing on accountability and personal growth.
A blogger shares their 2022 goals for writing, media production, and software development, focusing on accountability and personal growth.
A developer adds UX polish to a Django SaaS app, allowing users to quickly navigate between school years in their homeschool application.
A talk on leveraging PostgreSQL's advanced features within Django projects, presented at Pyjamas Conf 2021.
A developer stream log about handling a customer feature request after abandoning a problematic package integration.
A developer debugs a complex scheduling bug in their SaaS application during a live coding session.
Learn about Django commands, including built-in tools and how to create custom scripts to interact with your application.
The author integrates django-htmx into a Django project to build a bulk task deletion feature for a SaaS homeschool application.
A developer works on a bulk delete template for a SaaS homeschool app using Python, Django, and htmx.
A developer builds a bulk delete form for a SaaS application, allowing customers to delete multiple tasks at once.
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.
A Django tutorial explaining user session data, how it works, its storage engines, and how to access it via request.session.
A developer stream episode on building a SaaS app, focusing on adding student filtering for school breaks using Django and Python.
A talk on leveraging PostgreSQL's advanced features within Django projects, presented at EuroPython 2021.
A guide on preparing a Django project for live deployment, covering application servers like Gunicorn and cloud platform choices.
A technical tutorial on creating interactive web maps using Django's GeoDjango module, PostGIS for spatial data, and the Leaflet JavaScript library.
Learn how Django settings work, where configuration comes from, and tools to manage your app's setup effectively.
Explains the limitations of Django's default User Model and provides solutions for customization, focusing on username case-sensitivity and email handling.
A guide to setting up a new Django project with a focus on organization, environment separation, and production readiness.