Skip to content

Werkzeug should use threading=True by default #116

Description

@joeyespo

The Django development server is multithreaded by default. Werkzeug is not, but you can enable it.

Django-devserver should mimic the default Django behavior and pass threading=True to run_simple (unless --nothreading is passed to runserver.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions