1. 21 May, 2014 1 commit
    • Update `command` description · c8eb47ee
      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
  2. 08 Apr, 2014 1 commit
  3. 12 Mar, 2014 1 commit
  4. 10 Mar, 2014 2 commits
  5. 17 Dec, 2013 1 commit
    • django_manage need not require virtualenv in PATH · a3dcac0a
      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
  6. 02 Dec, 2013 2 commits
  7. 22 Nov, 2013 1 commit
  8. 19 Oct, 2013 1 commit
    • Allow generic django_management commands · c1e24157
      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
  9. 09 Oct, 2013 1 commit
  10. 24 Sep, 2013 1 commit
  11. 11 Aug, 2013 1 commit
  12. 30 Jun, 2013 1 commit
  13. 19 Jun, 2013 1 commit
  14. 17 Jun, 2013 1 commit
  15. 15 Jun, 2013 1 commit
  16. 13 Jun, 2013 1 commit
  17. 28 Apr, 2013 1 commit
  18. 12 Mar, 2013 1 commit
  19. 28 Feb, 2013 2 commits
  20. 27 Feb, 2013 4 commits