Update REAME
This commit is contained in:
parent
e37caffc0f
commit
ffb8f26efb
@ -10,6 +10,7 @@
|
||||
## Install
|
||||
|
||||
```bash
|
||||
cp envExample .env
|
||||
pip3 install -r requirements.txt
|
||||
python3 models.py db init
|
||||
python3 models.py db migrate
|
||||
|
3
envExample
Normal file
3
envExample
Normal file
@ -0,0 +1,3 @@
|
||||
SECRET_KEY=secret
|
||||
DEBUG=True
|
||||
DATABASE="sqlite:///database.sqlite"
|
Loading…
Reference in New Issue
Block a user