Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Simon Bowie 73be0fdb75 Dynamic forms on create page il y a 3 ans
web Dynamic forms on create page 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())