Blame view

bin/dev.sh 154 Bytes
1fe96a6c   Antoine Goutenoir   Add home-brewed l...
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash



source venv/bin/activate
export FLASK_APP=flaskr
export FLASK_ENV=development
export FLASK_RUN_EXTRA_FILES="content.yml"

flask run