Kaydet (Commit) 4c123d0f authored tarafından Martin Blech's avatar Martin Blech Kaydeden (comit) Tim Graham

Fixed #23899 -- Added 'Generated by Django X.Y' to startproject template.

üst 9a30acad
"""
Django settings for {{ project_name }} project.
Generated by 'django-admin startproject' using Django {{ django_version }}.
For more information on this file, see
https://docs.djangoproject.com/en/{{ docs_version }}/topics/settings/
......
......@@ -109,6 +109,7 @@ class TemplateCommand(BaseCommand):
base_name: name,
base_directory: top_dir,
'docs_version': docs_version,
'django_version': django.__version__,
}), autoescape=False)
# Setup a stub settings environment for template rendering
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment