diff options
author | Marius Peter <marius.peter@tutanota.com> | 2022-05-15 13:18:19 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2022-05-15 13:18:19 +0200 |
commit | 6a2a51cb23cf73bc15b8c555ba58850e5605d000 (patch) | |
tree | e93415a2ea751737885ff3dc66599dc87b134336 | |
parent | 94813eb0c8dfa82fd56b192798eae0fab9df2bfa (diff) |
App run script.
-rwxr-xr-x | run.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ #! /bin/bash source .venv/bin/activate -export FLASK_APP=app/routes +# pip freeze > requirements.txt +# echo Updated requirements.txt. +export FLASK_APP=app export FLASK_ENV=development # export FLASK_DEBUG=1 flask run |