Commands¶
These fixtures are related to Django management commands.
Functions¶
command_makemigrations¶
Allows to run makemigrations command.
Note
This command can be useful to generate migrations for your application (without a project creation).
command_run¶
Allows management command run.
Warning
Django < 1.10 will always return None, no matter what command returns.
Command output.