Break django-admin commands into subcommands
Learn how to organize Django management commands into intuitive subcommand namespaces, making your CLI cleaner and more developer-friendly!
14 posts found
Learn how to organize Django management commands into intuitive subcommand namespaces, making your CLI cleaner and more developer-friendly!
Enhance user experience by gracefully handling 404 errors with htmx in Django
Learn how to build a reusable component with simple tools
Learn how to create and edit models using Django forms inside a modal using HTMX
Learn how to show a modal with minimal Javascript in Django + HTMX
Understand the importance of running your apps without root privileges inside your Docker container
Learn how to automate deployment of a containerized Django app without a registry
Master Python decorators by dissecting ones provided by Django
Learn how to display Django messages as user friendly toasts with Htmx
Learn to leverage the REST archicture in a Django app.
Learn how to integrate django-allauth with React for a powerful and easy authentication system.
Learn how to use Django Allauth without a username field in your User model.
Learn how to allow users to authenticate with your app without a username.
Learn how to set custom attributes to your User model when signing up users with Django Allauth.