Andrew Godwin
f04dcee7f7
"In short" and "WSGI to ASGI" doc sections
2016-02-22 14:07:48 +00:00
Andrew Godwin
899e180c21
Start updating docs to reflect new interaction pattern
2016-02-10 18:39:34 +00:00
George Brocklehurst
85bb8c98d2
Docs: Update encode/decode methods in example.
...
`encode` is now `channel_encode`, and `decode` is now `channel_decode`.
2016-02-07 10:19:21 -05:00
George Brocklehurst
88d3379e31
Docs: reply_channel is a property of message
...
Update an example where `reply_channel` was a global, and contained the
channel name rather than a channel objects.
2016-02-07 10:12:45 -05:00
Philippe Ombredanne
8f9d40b659
Fixed minor doc typo.
2016-01-10 13:03:19 +01:00
Andrew Godwin
836f6be43a
Make runserver work using daphne
2016-01-02 17:53:53 -08:00
NiiEquity
44b10836e0
Update concepts.rst
...
Correct the repetition of "channels"
2015-12-21 15:03:55 +00:00
Reinout van Rees
ff45689c46
Changed three "these/those" into explicit names
...
The original version was unclear to me. It sounded like Go channels were the ones that are network-transparent even though we mean to say that Django's are.
So I simply removed these/those and used "Go channels" and "Django channels" explicitly. (But *do* check whether I got it right! :-) )
2015-12-14 14:26:37 +01:00
Martin Pajuste
eafb3c728d
Fix some typos
2015-12-12 00:18:57 +02:00
Yehonatan Daniv
0cf2a13234
Fixed typo
2015-12-06 17:47:23 +02:00
Maik Hoepfel
2ff6388ef2
Changes after PR review
2015-11-19 14:50:23 +01:00
Maik Hoepfel
50cb6d13d8
Wording changes to docs
...
I eagerly read through the (excellent, thanks!) documentation for channels, and had to re-read one or two sentences. So being a good citizen, I'm suggesting a few fixes here and there.
2015-11-07 12:46:28 +01:00
Andrew Godwin
4a8bae272b
Update docs to recommend doing routing not in settings
2015-09-10 16:34:28 -05:00
Faris Chebib
19130ebb05
updated concepts and added six to reqs
2015-09-10 11:54:51 -06:00
Faris Chebib
15d29a0230
added external link to golang example
2015-09-10 11:30:35 -06:00
Andrew Godwin
70caf7d171
Rename channels and change message format docs
2015-09-09 21:21:43 -05:00
Andrew Godwin
d4c7f2db20
Update concepts doc to not use decorators
2015-09-08 16:03:33 -05:00
Andrew Godwin
48d6f63fb2
Change to consumers taking a single "message" argument
2015-09-08 01:04:36 -05:00
Andrew Godwin
5264e7a416
Typo
2015-07-13 23:43:51 -07:00
Andrew Godwin
3c001716b7
Remove last vestige of Channel.consumer
2015-07-13 23:42:45 -07:00
Andrew Godwin
60f0680ec2
Update docs a bit more
2015-06-25 21:33:22 -07:00
Andrew Godwin
217afe0348
Start sphinx-ified docs
2015-06-20 10:27:22 +08:00