fix shebang for manage.py

This commit is contained in:
Jens Timmerman 2021-08-02 17:56:48 +02:00
parent 35d51183ca
commit d7107f909b
1 changed files with 1 additions and 1 deletions

View File

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