Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Simon Bowie b9e3e2e342 Added to gitignore 3 лет назад
web Added more fields to tools 3 лет назад
.env.dev Reconfigured environment variables for security 3 лет назад
.gitignore Added to gitignore 3 лет назад
README.md Styling sticky footer and header 3 лет назад
docker-compose.prod.yml Reconfigured environment variables for security 3 лет назад
docker-compose.yml Initial commit 3 лет назад

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