django_manage: Use shebang in manage.py instead of hardcode python
parent
4d4d911d6e
commit
20aa4c0cea
|
@ -238,7 +238,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…
Reference in New Issue