openedx / tutor-contrib-aspects

The Open Analytics Reference System - Tutor plugin
Apache License 2.0
10 stars 14 forks source link

'FLASK_ENV' is deprecated and will not be used in Flask 2.3. Use 'FLASK_DEBUG' instead. #894

Closed CodeWithEmad closed 1 month ago

CodeWithEmad commented 1 month ago

When running superset jobs, this warning keeps popping up: 'FLASK_ENV' is deprecated and will not be used in Flask 2.3. Use 'FLASK_DEBUG' instead. Let's use FLASK_DEBUG for deployments and jobs.