django_manage: Use shebang in manage.py instead of hardcode python

reviewable/pr18780/r1
Lucas David Traverso 10 years ago
parent be89a2f5fc
commit 3b954edab2

@ -234,7 +234,7 @@ def main():
_ensure_virtualenv(module)
cmd = "python manage.py %s" % (command, )
cmd = "./manage.py %s" % (command, )
if command in noinput_commands:
cmd = '%s --noinput' % cmd

Loading…
Cancel
Save