mirror of
https://github.com/django/django.git
synced 2024-12-29 12:36:08 +00:00
d113b5a837
Run black on generated files, if it is available on PATH.
7 lines
190 B
Plaintext
Executable File
7 lines
190 B
Plaintext
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 }}"
|