1
Fork 0

Force manage.py to be executed through env

This commit is contained in:
Jake Howard 2020-04-12 15:19:39 +01:00
parent 65c08dc1bb
commit 7cd38b5808
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

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