wowstash/bin/dev

8 lines
134 B
Plaintext
Raw Normal View History

2020-08-21 08:39:59 +01:00
#!/bin/bash
source .venv/bin/activate
export FLASK_APP=wowstash/run.py
export FLASK_SECRETS=config.py
export FLASK_DEBUG=1
flask run