diff --git a/docs/installation.rst b/docs/installation.rst index 52625137..9ae22665 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -62,11 +62,15 @@ take control of the ``runserver`` command. See :doc:`introduction` for more. Please be wary of any other third-party apps that require an overloaded or replacement ``runserver`` command. Daphne provides a separate - ``runserver`` command and may conflict with it. An example - of such a conflict is with `whitenoise.runserver_nostatic `_ - from `whitenoise `_. In order to - solve such issues, make sure ``daphne`` is at the top of your ``INSTALLED_APPS`` - or remove the offending app altogether. + ``runserver`` command and may conflict with it. In order to solve such + issues, make sure ``daphne`` is at the top of your ``INSTALLED_APPS`` or + remove the offending app altogether. + + However, `WhiteNoise `_ does + `provide support` + for running ``runserver`` with Daphne, provided that + ``whitenoise.runserver_nostatic`` is placed *above* ``daphne`` in + ``INSTALLED_APPS`. Type checking support