You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that SharedDataMiddleware was moved to middleware.shared_data, but its documentation still says
"""A WSGI middleware that provides static content for development
environments or simple server setups. Usage is quite simple::
import os
from werkzeug.wsgi import SharedDataMiddleware
[...]
"""
and the tutorial still says from werkzeug.wsgi import SharedDataMiddleware.
The text was updated successfully, but these errors were encountered:
It seems that
SharedDataMiddleware
was moved tomiddleware.shared_data
, but its documentation still saysand the tutorial still says
from werkzeug.wsgi import SharedDataMiddleware
.The text was updated successfully, but these errors were encountered: