Use env python instance, not a static location, fixes virtualenv oddities

This commit is contained in:
2010-07-01 18:07:00 +01:00
parent 1fe035cb86
commit 36708e49f2

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.