-
Allow generic django_management commands · c1e24157
This commit removes the restriction on django management commands. If a command is unknown to the django installation, there will be a concise error produced. for example: tasks: - name: invalid command django_manage: virtualenv="/valid/virtualenv" app_path="/valid/app_path" command="nowaydude" Results in: failed: [hostname] => {"cmd": "python manage.py nowaydude", "failed": true} msg: stdout: Unknown command: 'nowaydude' Type 'manage.py help' for usage. :stderr: Unknown django command: nowaydude
Patrick Michaud committed
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
django_manage | Loading commit data... | |
htpasswd | Loading commit data... | |
supervisorctl | Loading commit data... |