diff --git a/.env b/.env index 2f24428..ff92252 100644 --- a/.env +++ b/.env @@ -1 +1,3 @@ FLASK_APP=V5.py +FLASK_DEBUG=1 +FLASK_ENV=DEVLOPPEMENT diff --git a/REQUIREMENTS.md b/REQUIREMENTS.md index 2474c76..ce041df 100644 --- a/REQUIREMENTS.md +++ b/REQUIREMENTS.md @@ -12,4 +12,6 @@ python-flask-migrate python-flask-script python-flask-sqlalchemy python-flask-wtf +python-uwsgi +python-psycopg2 ``` diff --git a/scripts/run_dev.sh b/scripts/run_dev.sh index a25ceec..c2ac34f 100755 --- a/scripts/run_dev.sh +++ b/scripts/run_dev.sh @@ -1,3 +1,2 @@ #!/usr/bin/env sh -FLASK_DEBUG=1 flask run