Hi there…

This space is a record of topics that I want to practice, learn, or I’ve just found fun during my software development journey.
Django - Custom Commands

Working with Django Custom Commands

Introduction Django built-in commands are a powerful tool for performing a lot of management actions like starting a project or an application, creating and migrating migrations, running the internal server, creating users, and many more. Likewise, Django allows the creation of admin commands to implement custom functionalities, which is a great resource to execute tasks needed in certain moments. Those tasks could be for instance: Generating / Restoring backups Cleaning up databases Downloading reports Queuing messages Creating a custom command is pretty simple....

October 6, 2022 · 4 min · Humberto Harris