Simon Bowie b9e3e2e342 Added to gitignore | il y a 3 ans | |
---|---|---|
web | il y a 3 ans | |
.env.dev | il y a 3 ans | |
.gitignore | il y a 3 ans | |
README.md | il y a 3 ans | |
docker-compose.prod.yml | il y a 3 ans | |
docker-compose.yml | il y a 3 ans |
To build the database run:
docker exec -it python python
from app import db, create_app, models
db.create_all(app=create_app())