fix(manage.py): fix shebang to work on Debian-based systems (#134)

In debian, /usr/bin/python is python 2.7.
master
Xiretza 2022-05-07 19:37:10 +02:00 committed by GitHub
parent dd0e76fc02
commit 76efbb6cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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