- 12 Mar, 2014 1 commit
-
-
Richard C Isaacson committed
-
- 10 Mar, 2014 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 04 Mar, 2014 1 commit
-
-
Fixes issue #6027.
ToBeReplaced committed
-
- 03 Feb, 2014 1 commit
-
-
Richard C Isaacson committed
-
- 30 Jan, 2014 1 commit
-
-
mxxcon committed
-
- 17 Dec, 2013 1 commit
-
-
The virtualenv parameter to the django_manage command is used to locate the virtualenv and build it if necessary. Access to the virtualenv executable is only needed if the virtualenv directory doesn't exist and needs to be built. This patch allows for the situation where a virtualenv that is not in the PATH was used to create a virtualenv prior to running the django_manage module.
Roger López committed
-
- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 22 Nov, 2013 1 commit
-
-
Steven Davidson committed
-
- 19 Nov, 2013 1 commit
-
-
Fixes #3977
James Cammarata committed
-
- 18 Nov, 2013 1 commit
-
-
raise errors when omitted, updated changelog with new modules.
Michael DeHaan committed
-
- 13 Nov, 2013 1 commit
-
-
James Tanner committed
-
- 19 Oct, 2013 1 commit
-
-
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
-
- 15 Oct, 2013 1 commit
-
-
Jeroen Hoekx committed
-
- 12 Oct, 2013 1 commit
-
-
Thomas Omans committed
-
- 11 Oct, 2013 1 commit
-
-
Michael DeHaan committed
-
- 09 Oct, 2013 1 commit
-
-
Javier Candeira committed
-
- 04 Oct, 2013 1 commit
-
-
- passlib.apache.HtpasswdFile's 'default_scheme' was called 'default' before passlib version 1.6 - while here also deal with passlib.apache.HtpasswdFile's older 'autoload' paramter vs the newer 'new' one.
Stoned Elipot committed
-
- 02 Oct, 2013 1 commit
-
-
Michael DeHaan committed
-
- 01 Oct, 2013 1 commit
-
-
Peter Sprygada committed
-
- 25 Sep, 2013 1 commit
-
-
James Cammarata committed
-
- 24 Sep, 2013 2 commits
-
-
egghead committed
-
Jake Kreider committed
-
- 21 Sep, 2013 1 commit
-
-
Supervisord can be installed at the user level or system level. Installating as a user is particularly useful for systems without root access. Adds the ability to provide a custom supervisorctl executable path, supporting custom installations
egghead committed
-
- 19 Sep, 2013 1 commit
-
-
Lorin Hochstein committed
-
- 05 Sep, 2013 1 commit
-
-
Jell committed
-
- 11 Aug, 2013 1 commit
-
-
danxshap committed
-
- 06 Aug, 2013 1 commit
-
-
Fixed the example.
didiercrunch committed
-
- 20 Jul, 2013 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 17 Jul, 2013 1 commit
-
-
Changed shebangs that use /usr/bin/env to use /usr/bin/python and therefore be compatible with the ansible_python_interpreter variable.
Andrew Todd committed
-
- 12 Jul, 2013 1 commit
-
-
Evan Wies committed
-
- 04 Jul, 2013 1 commit
-
-
Adds more parameters which may be passed to supervisorctl: config, serverurl, username, password Also refactored the various `module.run_command(build_a_string)` calls into a single `run_supervisorctl` function.
Evan Wies committed
-
- 30 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 25 Jun, 2013 1 commit
-
-
Lorin Hochstein committed
-
- 24 Jun, 2013 1 commit
-
-
Add a new module for managing entries in an htpasswd file, used for basic authentication with web servers such as Apache and Nginx
Lorin Hochstein committed
-
- 19 Jun, 2013 1 commit
-
-
The django 'migrate' command should receive the --noinput command, otherwise it can block waiting for user input.
Lorin Hochstein committed
-
- 17 Jun, 2013 1 commit
-
-
Signed-off-by: Jochen Maes <jochen@sejo-it.be>
Jochen Maes committed
-