1. 12 Mar, 2014 1 commit
  2. 10 Mar, 2014 2 commits
  3. 04 Mar, 2014 1 commit
  4. 03 Feb, 2014 1 commit
  5. 30 Jan, 2014 1 commit
  6. 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
  7. 02 Dec, 2013 2 commits
  8. 22 Nov, 2013 1 commit
  9. 19 Nov, 2013 1 commit
  10. 18 Nov, 2013 1 commit
  11. 13 Nov, 2013 1 commit
  12. 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
  13. 15 Oct, 2013 1 commit
  14. 12 Oct, 2013 1 commit
  15. 11 Oct, 2013 1 commit
  16. 09 Oct, 2013 1 commit
  17. 04 Oct, 2013 1 commit
  18. 02 Oct, 2013 1 commit
  19. 01 Oct, 2013 1 commit
  20. 25 Sep, 2013 1 commit
  21. 24 Sep, 2013 2 commits
  22. 21 Sep, 2013 1 commit
  23. 19 Sep, 2013 1 commit
  24. 05 Sep, 2013 1 commit
  25. 11 Aug, 2013 1 commit
  26. 06 Aug, 2013 1 commit
  27. 20 Jul, 2013 3 commits
  28. 17 Jul, 2013 1 commit
  29. 12 Jul, 2013 1 commit
  30. 04 Jul, 2013 1 commit
  31. 30 Jun, 2013 1 commit
  32. 25 Jun, 2013 1 commit
  33. 24 Jun, 2013 1 commit
  34. 19 Jun, 2013 1 commit
  35. 17 Jun, 2013 1 commit