mirror of
https://github.com/django/daphne.git
synced 2025-04-20 16:52:03 +03:00
Document supported Python and Twisted versions
This commit is contained in:
parent
00984a0a8e
commit
1c0ef8f069
13
README.rst
13
README.rst
|
@ -67,6 +67,19 @@ should start with a slash, but not end with one; for example::
|
|||
|
||||
daphne --root-path=/forum django_project.asgi:channel_layer
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
All Channels projects currently support Python 2.7, 3.4 and 3.5. `daphne` requires Twisted 16.0 or
|
||||
greater.
|
||||
|
||||
Contributing
|
||||
------------
|
||||
|
||||
Please refer to the
|
||||
`main Channels contributing docs <https://github.com/django/channels/blob/master/CONTRIBUTING.rst>`_.
|
||||
That also contains advice on how to set up the development environment and run the tests.
|
||||
|
||||
|
||||
Maintenance and Security
|
||||
------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user