community.general/lib/ansible/modules/web_infrastructure
Graham Ullrich 61ac748bad Update django_manage documentation
As of Ansible 2.x, invocation of Django's ```manage.py``` requires a valid "shebang". Additionally, ```manage.py``` must be executable.
The old invocation was hardcoded as ```python manage.py ...``` while the new invocation is ```./manage.py ...```. See [this PR](https://github.com/ansible/ansible-modules-core/pull/1165).
This change allows more flexibility for which Python interpreter is invoked, but breaks existing deployment when ```manage.py``` is not properly configured. This documentation update adds a note explaining the new requirements for ```manage.py```.
2016-12-08 11:24:01 -05:00
..
__init__.py package files 2016-12-08 11:22:22 -05:00
apache2_module.py made output match multiline, as per posted code from @n0trax fixes #2081 2016-12-08 11:23:41 -05:00
django_manage.py Update django_manage documentation 2016-12-08 11:24:01 -05:00
htpasswd.py When the password file does not exist and we're making sure the user isn't in the password file, change error into a warning 2016-12-08 11:23:50 -05:00
supervisorctl.py Use is_executable from its new location 2016-12-08 11:23:37 -05:00