You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Simon Bowie 8be67cd9b2 Fixed footer преди 3 години
web Fixed footer преди 3 години
.env.dev Reconfigured environment variables for security преди 3 години
.gitignore Reconfigured environment variables for security преди 3 години
README.md Styling sticky footer and header преди 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 app import db, create_app, models db.create_all(app=create_app())