daphne/channels/binding
AlexejStukov d9c1559a90 Register Bindings if they are declared after ready has run
If the declaration of a binding happens after the ``ready``-method of channels has run, the binding was not registered. With this it will be registered at declaration. This also ensures that no registration happens before the ``ready``-method runs.
2016-07-21 08:18:15 +02:00
..
__init__.py Fix QA error 2016-07-14 23:53:08 -07:00
base.py Register Bindings if they are declared after ready has run 2016-07-21 08:18:15 +02:00
websockets.py add a modelname to the payload dict 2016-07-20 18:21:23 +02:00