Make A Hugo Static Blog Inside A Django App
A guide on integrating a Hugo static blog into a Django application using a route-based approach like mysite.com/blog/.
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.
A developer creates a Django form template for a social media app, covering styling, context data, and dynamic user information.
An overview of Django's built-in user authentication system, covering authentication, authorization, and setup.
A developer builds a user invite system for a new social network app using Python and Django, covering forms, views, and email strategies.
A guide on integrating React into a Django project, focusing on a simple, incremental setup without complex JavaScript toolchains.
This episode explores the structure of a Django application, explaining its core files and their purposes within a project.
The author starts a new Django project to build a social network with a capped number of connections to encourage thoughtful relationships.
A talk on implementing full-text search using only Django and PostgreSQL, following Pythonic principles for simplicity.
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 beginner-friendly Django project guide for building a survey website to practice backend web development concepts.
A guide to designing a data model for a Django survey application, covering models for Survey, Question, Option, and Submission.
A guide to designing wireframes for a Django survey application, covering user journeys for both survey takers and creators.
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 talk on implementing full-text search using only Django and PostgreSQL, presented at DjangoCon Europe 2020.
A team used Django to build a mobile web app for homeless youth services in a two-week hackathon.