mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Refs #33476 -- Made management commands use black.
Run black on generated files, if it is available on PATH.
This commit is contained in:
parent
f9ec777a82
commit
d113b5a837
10 changed files with 96 additions and 16 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# The manage.py of the {{ project_name }} test project
|
||||
|
||||
# template context:
|
||||
project_name = '{{ project_name }}'
|
||||
project_directory = '{{ project_directory }}'
|
||||
secret_key = '{{ secret_key }}'
|
||||
project_name = "{{ project_name }}"
|
||||
project_directory = "{{ project_directory }}"
|
||||
secret_key = "{{ secret_key }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue