diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2023-03-07 19:47:55 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-03-07 19:48:49 +0100 |
| commit | d89d517f90851654afb1073174b3c75d08452f3c (patch) | |
| tree | 195a05f64f93d41eda990c3154342d79d7dca0d0 /docs/ref | |
| parent | 046d2b9edbc5730d961e7bc8ad293db8e60e8382 (diff) | |
[4.2.x] Refs #31626 -- Noted that Daphne provides a runserver command.
Backport of 279e611c017b5fcc055263e760de1495a9098ede from main
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index f757ce16d9..bda8aba7b5 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1019,6 +1019,13 @@ By default, the development server doesn't serve any static files for your site you want to configure Django to serve static media, read :doc:`/howto/static-files/index`. +Serving with ASGI in development +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Django's ``runserver`` command provides a WSGI server. In order to run under +ASGI you will need to use an :doc:`ASGI server </howto/deployment/asgi/index>`. +The Django Daphne project provides :ref:`daphne-runserver` that you can use. + ``sendtestemail`` ----------------- |
