mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
Added changelog entry for runserver command.
This commit is contained in:
parent
78fd820764
commit
22b045c50a
|
@ -26,6 +26,16 @@ Unreleased
|
|||
Set e.g. ``ASGI_THREADS=4 daphne ...`` when running to limit the number of
|
||||
workers.
|
||||
|
||||
* Added a ``runserver`` command to run an ASGI Django development server.
|
||||
|
||||
Added ``"daphne"`` to the ``INSTALLED_APPS`` setting, before
|
||||
``"django.contrib.staticfiles"`` to enable:
|
||||
|
||||
INSTALLED_APPS = [
|
||||
"daphne",
|
||||
...
|
||||
]
|
||||
|
||||
3.0.2 (2021-04-07)
|
||||
------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user