Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Simon Bowie 4861f6cf10 Added models for examples and practices 3 лет назад
web Added models for examples and practices 3 лет назад
.env.dev Reconfigured environment variables for security 3 лет назад
.gitignore Reconfigured environment variables for security 3 лет назад
README.md Added models for examples and practices 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 project import db, create_app, models db.create_all(app=create_app())