No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Simon Bowie 8ca72e88c6 Changed font-family hace 3 años
web Changed font-family hace 3 años
.env.dev Reconfigured environment variables for security hace 3 años
.gitignore Reconfigured environment variables for security hace 3 años
README.md Styling sticky footer and header hace 3 años
docker-compose.prod.yml Reconfigured environment variables for security hace 3 años
docker-compose.yml Initial commit hace 3 años

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())