flask-boilerplate
flask-boilerplate copied to clipboard
Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Fabric, Coverage, and Bootstrap
solution https://github.com/FreeTAKTeam/FreeTakServer/issues/206 sudo pip3 install WTForms==2.3.3
Good day! I'm trying to deploy app at heroku. When I've push it to heroku I receive such heroku logs tail. 020-02-22T15:59:50.492247+00:00 heroku[web.1]: State changed from crashed to starting 2020-02-22T15:59:56.792128+00:00...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.9.4 to 0.15.5. Release notes Sourced from werkzeug's releases. 0.15.5 Changelog: http://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-5 0.15.4 Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-4 0.15.3 Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 0.15.2 Blog: https://palletsprojects.com/blog/werkzeug-0-15-2-released/ Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-2...
TextField was deprecated so I replaced it with StringField
hi! is this project abandoned? txs
Bumps [paramiko](https://github.com/paramiko/paramiko) from 1.12.2 to 2.10.1. Commits 286bd9f Cut 2.10.1 4c491e2 Fix CVE re: PKey.write_private_key chmod race aa3cc6f Cut 2.10.0 e50e19f Fix up changelog entry with real links 02ad67e Helps...
I'm having the same problem with a python/flask app. Runs great locally, but crashes when I attempt to deploy to Heroku. This is my first time attempting to use Heroku....
S:\commerce>heroku logs --tail 2021-05-21T10:25:33.854236+00:00 heroku[web.1]: Starting process with command `gunicorn commerce.wsgi` 2021-05-21T10:25:43.278367+00:00 app[web.1]: bash: gunicorn: command not found 2021-05-21T10:25:43.400110+00:00 heroku[web.1]: Process exited with status 127 2021-05-21T10:25:43.568812+00:00 heroku[web.1]: State changed from...