Skip to content

Commands

Benjamin Schnabel edited this page Jun 9, 2022 · 3 revisions

How to write Django commands

For more information, see: https://docs.djangoproject.com/en/3.1/howto/custom-management-commands/

How to create a command from a generator

How to create new commands

The folder structure for the commands is: labs/data/management/commands/{script}.py.

Clone this wiki locally