Add dev run script
This commit is contained in:
parent
3f9a5b3da7
commit
73266fe321
2 changed files with 6 additions and 1 deletions
|
@ -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
5
run_dev.py
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from blokdata.app import app
|
||||
|
||||
app.run()
|
Loading…
Reference in a new issue