diff options
| author | Brylie Christopher Oxley <brylie@gnumedia.org> | 2019-01-01 02:37:23 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-12-31 19:37:23 -0500 |
| commit | e5ae9488acd45a9758ed5c70240a7e3fad417c00 (patch) | |
| tree | caf1fd59b99e922374fb0b22200e0075fa757ec5 /django/conf/project_template | |
| parent | 043bd709425149b8eff3fb821cba5c23aaebd0df (diff) | |
Fixed #30069 -- Added docstring to manage.py template.
Diffstat (limited to 'django/conf/project_template')
| -rwxr-xr-x | django/conf/project_template/manage.py-tpl | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
