Add dev run script

This commit is contained in:
Robbe Van Herck 2020-05-13 17:43:56 +02:00
parent 3f9a5b3da7
commit 73266fe321
2 changed files with 6 additions and 1 deletions

View File

@ -27,7 +27,7 @@ RANGE_NAME = #METOO
5. Give the service account's email (read) access to the sheet
6. `python src/app.py`
6. `./run_dev.py`
## TODO

5
run_dev.py Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env python
from blokdata.app import app
app.run()