]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Mention FLASK_ENV=development in readme.txt.
authorPhilipp Spitzer <philipp@spitzer.priv.at>
Thu, 17 Oct 2019 22:00:00 +0000 (00:00 +0200)
committerPhilipp Spitzer <philipp@spitzer.priv.at>
Fri, 25 Oct 2019 14:59:39 +0000 (16:59 +0200)
readme.txt

index 3c2e221e96c3d77aededf93996d6fe292fdc96b4..0677e90a3d42e353c854d466039366b67d261ac7 100644 (file)
@@ -1,7 +1,7 @@
 This web application uses flask (http://flask.pocoo.org/) and Python 3.
 
 Run the application:
-$ FLASK_APP=wradmin FLASK_DEBUG=1 WRADMIN_SETTINGS=development.cfg python3 -m flask run
+$ FLASK_APP=wradmin FLASK_DEBUG=1 FLASK_ENV=development WRADMIN_SETTINGS=development.cfg python3 -m flask run
 $ FLASK_APP=wradmin WRADMIN_SETTINGS=production.cfg python3 -m flask run
 
 Test the application