ansible/web_infrastructure
Graham Ullrich e002161e6c 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-01-23 12:20:18 -07:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
apache2_module.py made output match multiline, as per posted code from @n0trax 2015-10-19 10:27:52 -04:00
django_manage.py Update django_manage documentation 2016-01-23 12:20:18 -07: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 2015-12-04 09:20:29 -08:00
supervisorctl.py Use is_executable from its new location 2015-09-25 07:47:06 -07:00