django-werkzeug-debugger-runserver icon indicating copy to clipboard operation
django-werkzeug-debugger-runserver copied to clipboard

FIX: compatibility with werkzeug>1.0.0

Open corentinbettiol opened this issue 2 years ago • 0 comments

Fix this annoying error:

CommandError: Werkzeug is required to use runserver_plus.  Please visit http://werkzeug.pocoo.org/ or install via pip. (pip install Werkzeug)

Found the solution here.

corentinbettiol avatar Feb 02 '23 08:02 corentinbettiol