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 b025549e3f Some styling changes particularly to footer 3 lat temu
web Some styling changes particularly to footer 3 lat temu
.env.dev Reconfigured environment variables for security 3 lat temu
.gitignore Reconfigured environment variables for security 3 lat temu
README.md Styling sticky footer and header 3 lat temu
docker-compose.prod.yml Reconfigured environment variables for security 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())