cs50/python-cs50

Once we transition to db.init_app, ensure library logs a warning or raises an exception if Flask is detected and init_app wasn't called, to avoid being backwards-compatible while still signaling how to fix

dmalan opened this issue · 1 comments

Once we transition to db.init_app, ensure library logs a warning or raises an exception if Flask is detected and init_app wasn't called, to avoid being backwards-compatible while still signaling how to fix

Nixing as unnecessary, since using thread-local storage.