1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00

Fixed #30069 -- Added docstring to manage.py template.

This commit is contained in:
Brylie Christopher Oxley 2019-01-01 02:37:23 +02:00 committed by Tim Graham
parent 043bd70942
commit e5ae9488ac

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
"""Django's command-line utility for administrative tasks."""
import os
import sys