Simon Bowie 4861f6cf10 Added models for examples and practices | 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 project import db, create_app, models
db.create_all(app=create_app())