Capped Social Network - Building SaaS #76
The author starts a new Django project to build a social network with a capped number of connections to encourage thoughtful relationships.
The author starts a new Django project to build a social network with a capped number of connections to encourage thoughtful relationships.
A developer adds a landing page to their SaaS app using a Tailwind CSS template, detailing the integration and styling process.
Learn how to use django-hijack to impersonate user accounts and troubleshoot customer issues in Django projects.
A guide to designing wireframes for a Django survey application, covering user journeys for both survey takers and creators.
A guide to designing a data model for a Django survey application, covering models for Survey, Question, Option, and Submission.
A beginner-friendly Django project guide for building a survey website to practice backend web development concepts.
Integrating the Bandit security tool for automated code checks and improving the user sign-up flow in a Django SaaS project.
Explains what a Django application is, its structure, and how it fits into a Django project.
A guide to resolving variable naming conflicts between Python's snake_case and JavaScript's camelCase in full-stack web development.
A Django developer explains how to use the regroup template tag to dynamically organize queryset data for display in course resources.
A team used Django to build a mobile web app for homeless youth services in a two-week hackathon.
A developer adds break display logic to a weekly schedule in a SaaS app, focusing on Django templates and styling.
A developer adds custom form validation in Django to prevent duplicate student enrollments and improves empty state templates.
A developer stream recap fixing task completion date bugs and adding student grade data to a Django SaaS app using test-driven development.
The article details bug fixes and UI improvements for a SaaS application based on user feedback, including course clarity and schedule ordering.
A developer builds a school year calendar feature in Django, adding break day models, methods, and tests.
A developer builds a 'SchoolBreak' model in Django using TDD to track holidays and vacations for a school scheduling app.
Explains how to configure NGINX as a reverse proxy for a Django application, breaking down the config file line-by-line.
A developer documents project setup, fixes a course scheduling bug, and starts building a new student reports section in a Django application.
A guide to configuring and understanding logging in a Django web application stack using Gunicorn and NGINX for effective debugging.