Skip to content

Replace print with self.stdout.write in management

Jelle Besseling requested to merge replace-print-function into master

Short description

Django advises to use self.stdout.write in management commands: https://docs.djangoproject.com/en/2.2/howto/custom-management-commands/#management-commands-output

Merge request reports