summaryrefslogtreecommitdiff
path: root/django/conf/project_template
diff options
context:
space:
mode:
authorMartin Blech <martinblech@gmail.com>2014-11-24 16:11:55 -0300
committerTim Graham <timograham@gmail.com>2014-11-25 09:41:56 -0500
commit4c123d0f79b3f417ec5b030c616365882e734a1e (patch)
treee8fa6b5c24a1c3c49c8a65a82f9d0c0e5997b0fd /django/conf/project_template
parent9a30acad8a1996c914351bad981d937de4db29a4 (diff)
Fixed #23899 -- Added 'Generated by Django X.Y' to startproject template.
Diffstat (limited to 'django/conf/project_template')
-rw-r--r--django/conf/project_template/project_name/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/django/conf/project_template/project_name/settings.py b/django/conf/project_template/project_name/settings.py
index 2afac2c1a8..827822e1ff 100644
--- a/django/conf/project_template/project_name/settings.py
+++ b/django/conf/project_template/project_name/settings.py
@@ -1,6 +1,8 @@
"""
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/