Django performance optimization
shape
python manage.py <command_name>
. Django provides a mechanism for defining custom commands by creating a management/commands/
directory inside your app, and then creating a Python file that defines your command.