mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
django_manage: Use shebang in manage.py instead of hardcode python
This commit is contained in:
committed by
Matt Clay
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
|
||||
|
||||
Reference in New Issue
Block a user