django-werkzeug-debugger-runserver
django-werkzeug-debugger-runserver copied to clipboard
FIX: compatibility with werkzeug>1.0.0
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.