summaryrefslogtreecommitdiff
path: root/django/conf/project_template
diff options
context:
space:
mode:
authorBrylie Christopher Oxley <brylie@gnumedia.org>2019-01-01 02:37:23 +0200
committerTim Graham <timograham@gmail.com>2018-12-31 19:37:23 -0500
commite5ae9488acd45a9758ed5c70240a7e3fad417c00 (patch)
treecaf1fd59b99e922374fb0b22200e0075fa757ec5 /django/conf/project_template
parent043bd709425149b8eff3fb821cba5c23aaebd0df (diff)
Fixed #30069 -- Added docstring to manage.py template.
Diffstat (limited to 'django/conf/project_template')
-rwxr-xr-xdjango/conf/project_template/manage.py-tpl1
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