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

In debian, /usr/bin/python is python 2.7.
pull/136/head
Xiretza 2 years ago committed by GitHub
parent dd0e76fc02
commit 76efbb6cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save