misc: force manage.py to use python 3

This commit is contained in:
Frédéric Péters 2021-05-31 16:42:33 +02:00
parent ac1092489d
commit 98d7820e47
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