Simon Bowie 8ca72e88c6 Changed font-family il y a 3 ans
web Changed font-family 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 Styling sticky footer and header 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 app import db, create_app, models db.create_all(app=create_app())