1. 02 Dec, 2013 2 commits
  2. 22 Nov, 2013 1 commit
  3. 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
  4. 09 Oct, 2013 1 commit
  5. 24 Sep, 2013 1 commit
  6. 11 Aug, 2013 1 commit
  7. 30 Jun, 2013 1 commit
  8. 19 Jun, 2013 1 commit
  9. 17 Jun, 2013 1 commit
  10. 15 Jun, 2013 1 commit
  11. 13 Jun, 2013 1 commit
  12. 28 Apr, 2013 1 commit
  13. 12 Mar, 2013 1 commit
  14. 28 Feb, 2013 2 commits
  15. 27 Feb, 2013 4 commits