Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Simon Bowie 8faf409be7 Added Gunicorn and Nginx for production use 3 lat temu
nginx-conf Added Gunicorn and Nginx for production use 3 lat temu
web Added Gunicorn and Nginx for production use 3 lat temu
.env.dev Reconfigured environment variables for security 3 lat temu
.gitignore Added to gitignore 3 lat temu
README.md Styling sticky footer and header 3 lat temu
docker-compose.prod.yml Added Gunicorn and Nginx for production use 3 lat temu
docker-compose.yml Initial commit 3 lat temu

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