Update REAME

This commit is contained in:
Andros Fenollosa 2017-11-06 21:38:40 +01:00
parent e37caffc0f
commit ffb8f26efb
3 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@
## Install ## Install
```bash ```bash
cp envExample .env
pip3 install -r requirements.txt pip3 install -r requirements.txt
python3 models.py db init python3 models.py db init
python3 models.py db migrate python3 models.py db migrate

View File

3
envExample Normal file
View File

@ -0,0 +1,3 @@
SECRET_KEY=secret
DEBUG=True
DATABASE="sqlite:///database.sqlite"