Skip to content
Snippets Groups Projects
Commit 1df5af3d authored by Martin Mareš's avatar Martin Mareš
Browse files

Upgrade Flasku: FLASK_APP a FLASK_ENV jsou deprecated

parent 4439ba3c
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
export FLASK_APP=mo.web
export FLASK_ENV=development
flask "$@"
exec flask --app mo.web --debug "$@"
#!/bin/sh
export FLASK_APP=app
export FLASK_ENV=development
flask "$@"
exec flask --app app --debug "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment