From e5ae9488acd45a9758ed5c70240a7e3fad417c00 Mon Sep 17 00:00:00 2001 From: Brylie Christopher Oxley Date: Tue, 1 Jan 2019 02:37:23 +0200 Subject: [PATCH] Fixed #30069 -- Added docstring to manage.py template. --- django/conf/project_template/manage.py-tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/django/conf/project_template/manage.py-tpl b/django/conf/project_template/manage.py-tpl index 147e335e35..9525fd7ac7 100755 --- a/django/conf/project_template/manage.py-tpl +++ b/django/conf/project_template/manage.py-tpl @@ -1,4 +1,5 @@ #!/usr/bin/env python +"""Django's command-line utility for administrative tasks.""" import os import sys