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!
13 posts found
Learn how to organize Django management commands into intuitive subcommand namespaces, making your CLI cleaner and more developer-friendly!
Learn how to build a reusable component with simple tools
Learn how to show a modal with minimal Javascript in Django + HTMX
Master Python decorators by dissecting ones provided by Django
Learn how to use Python's built-in argparse library to build an intuitive CLI app
DKIM key pairs are simply RSA key pairs and you can easily generate them in Python.
Learn how to integrate django-allauth with React for a powerful and easy authentication system.
Learn how to set custom attributes to your User model when signing up users with Django Allauth.
Learn how to verify that webhooks hitting your back-end are from Paddle and not anyone else.
Learn how to easily generate beautiful PDFs in Python
Learn how to decode a Base64 string you encoded from JavaScript in Python
Learn how to send URL safe base64 encoded data to your Python API.
Learn how to improve readability of your code when using callback functions thanks to partial objects.