summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2023-03-07 19:47:55 +0100
committerGitHub <noreply@github.com>2023-03-07 19:47:55 +0100
commit279e611c017b5fcc055263e760de1495a9098ede (patch)
tree444d95fcaf911fa543bc560690db7e97d3a1765a /docs/ref
parente846c5e7246a0ffbe5dcf07a2b6c7c2a47537eb3 (diff)
downloaddjango-279e611c017b5fcc055263e760de1495a9098ede.tar.gz
Refs #31626 -- Noted that Daphne provides a runserver command.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 56e29861ee..290d31f253 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1013,6 +1013,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``
-----------------