django/tests/admin_scripts/custom_templates/project_template/manage.py-tpl
Carlton Gibson d113b5a837 Refs #33476 -- Made management commands use black.
Run black on generated files, if it is available on PATH.
2022-02-11 12:23:26 +01:00

6 lines
190 B
Text
Executable file

# The manage.py of the {{ project_name }} test project
# template context:
project_name = "{{ project_name }}"
project_directory = "{{ project_directory }}"
secret_key = "{{ secret_key }}"