Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Simon Bowie 8faf409be7 Added Gunicorn and Nginx for production use 3 лет назад
nginx-conf Added Gunicorn and Nginx for production use 3 лет назад
web Added Gunicorn and Nginx for production use 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 Added Gunicorn and Nginx for production use 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())