- 21 May, 2014 1 commit
-
-
The docs were a little bit out of date with what commands are available to be run. They also didn't explain that you could pass custom commands - I almost went down the path of trying to run our custom management commands with the generic Ansible `command` module.
Michael Warkentin committed
-
- 08 Apr, 2014 1 commit
-
-
James Tanner committed
-
- 12 Mar, 2014 1 commit
-
-
Richard C Isaacson committed
-
- 10 Mar, 2014 2 commits
-
-
James Tanner committed
-
James Tanner 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 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
-
- 09 Oct, 2013 1 commit
-
-
Javier Candeira committed
-
- 24 Sep, 2013 1 commit
-
-
Jake Kreider committed
-
- 11 Aug, 2013 1 commit
-
-
danxshap committed
-
- 30 Jun, 2013 1 commit
-
-
Michael DeHaan 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
-
- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 13 Jun, 2013 1 commit
-
-
Lorin Hochstein committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 12 Mar, 2013 1 commit
-
-
Both modules seboolean and zfs have not been adapted since they defer from the default (either by having a 'null' or special state, or prefering "on"/"off" for state indication.
Dag Wieers committed
-
- 28 Feb, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 27 Feb, 2013 4 commits
-
-
Scott Anderson committed
-
Scott Anderson committed
-
Add some aliases for django manage, mainly around underscores, and use the newer (easier) way to do module docs. Also add list of avail commands to docs.
Michael DeHaan committed -
Scott Anderson committed
-