Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Simon Bowie 96df4161e1 Added MariaDB config for production use 3 år sedan
nginx-conf Added MariaDB config for production use 3 år sedan
web Added MariaDB config for production use 3 år sedan
.env.dev Reconfigured environment variables for security 3 år sedan
.gitignore Added to gitignore 3 år sedan
README.md Styling sticky footer and header 3 år sedan
docker-compose.prod.yml Added Gunicorn and Nginx for production use 3 år sedan
docker-compose.yml Initial commit 3 år sedan

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