文件名称:lesync:Django通道的Http帮助器
文件大小:10KB
文件格式:ZIP
更新时间:2024-03-21 20:36:56
asyncio django-channels asgi daphne uvicorn
同步 [不推荐使用]通过Django-3.1中引入的本机异步视图支持,现在不推荐使用 。 django-channels HTTP助手 你好,世界 from lesync import login_required @ login_required async def hello ( request ): return { 'hello' : request . user . username } 安装 pip install lesync 将ApiConsumer添加到您的routing.py : from django . urls import path from channels . routing import ProtocolTypeRouter , URLRouter from channels . sessions import SessionMiddlewar
【文件预览】:
lesync-master
----MANIFEST.in(43B)
----requirements-dev.txt(58B)
----tests()
--------utils.py(2KB)
--------test_trafaret.py(2KB)
--------conftest.py(722B)
--------views.py(1KB)
--------urls.py(585B)
--------test_core.py(3KB)
----LICENSE(1KB)
----requirements.txt(16B)
----setup.py(871B)
----.gitignore(92B)
----lesync()
--------core.py(5KB)
--------utils.py(175B)
--------trafaret.py(980B)
--------__init__.py(111B)
----README.md(3KB)
----.editorconfig(289B)