You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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```.
9 years ago
..
__init__.py package files 10 years ago
apache2_module.py made output match multiline, as per posted code from @n0trax 9 years ago
django_manage.py Update django_manage documentation 9 years ago
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 9 years ago
supervisorctl.py Use is_executable from its new location 9 years ago