mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
switching to simpler flask app
This commit is contained in:
parent
eb6d6b388e
commit
95c5882e39
25 changed files with 264 additions and 235 deletions
7
bin/dev
Executable file
7
bin/dev
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
source .venv/bin/activate
|
||||
export FLASK_APP=suchwow/app.py
|
||||
export FLASK_SECRETS=config.py
|
||||
export FLASK_DEBUG=1
|
||||
flask run
|
Loading…
Add table
Add a link
Reference in a new issue