test.sh 332 B

123456789101112
  1. #!/usr/bin/env zsh
  2. ###################################################################
  3. # @Author: wushuiyong
  4. # @Created Time : 二 5/23 23:06:06 2017
  5. #
  6. # @File Name: run.sh
  7. # @Description:
  8. ###################################################################
  9. source venv/bin/activate
  10. export FLASK_APP=autoapp.py
  11. python -m flask test