mirror of
https://github.com/django/daphne.git
synced 2025-07-13 17:32:17 +03:00
Add a bit of in-memory docs
This commit is contained in:
parent
2839a4265e
commit
e042da5bc1
|
@ -8,6 +8,13 @@ you wish; the API is very simple and documented below.
|
||||||
In-memory
|
In-memory
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
The in-memory backend is the simplest, and not really a backend as such;
|
||||||
|
it exists purely to enable Django to run in a "normal" mode where no Channels
|
||||||
|
functionality is available, just normal HTTP request processing. You should
|
||||||
|
never need to set it explicitly.
|
||||||
|
|
||||||
|
This backend provides no network transparency or non-blocking guarantees.
|
||||||
|
|
||||||
Database
|
Database
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user