use /usr/bin/env python in manage.py

This commit is contained in:
Thomas NOËL 2012-04-29 16:32:13 +02:00
parent b4fa6f8c30
commit e099ee8cd1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from django.core.management import execute_manager
try:
import settings # Assumed to be in the same directory.