Simon Bowie 4861f6cf10 Added models for examples and practices il y a 3 ans
web Added models for examples and practices il y a 3 ans
.env.dev Reconfigured environment variables for security il y a 3 ans
.gitignore Reconfigured environment variables for security il y a 3 ans
README.md Added models for examples and practices il y a 3 ans
docker-compose.prod.yml Reconfigured environment variables for security il y a 3 ans
docker-compose.yml Initial commit il y a 3 ans

README.md

To build the database run:

docker exec -it python python from project import db, create_app, models db.create_all(app=create_app())