文件名称:ChatApp-DjangoChannels:使用websockets的聊天应用程序(Django Channels,Tortoise ORM)
文件大小:322KB
文件格式:ZIP
更新时间:2024-04-29 11:25:14
HTML
ChatApp-DjangoChannels 使用websockets的聊天应用程序(Django Channels,Tortoise ORM) 安装要求 使用Virtualenv并安装软件包。 pip install -r requirements.txt 运行项目 转到项目目录,然后在终端中运行以下行。 python manage.py runserver
【文件预览】:
ChatApp-DjangoChannels-main
----.gitignore(2KB)
----requirements.txt(1KB)
----chat()
--------consumers.py(4KB)
--------templates()
--------signals.py(395B)
--------urls.py(641B)
--------__init__.py(43B)
--------views.py(4KB)
--------static()
--------models.py(890B)
--------consumers2.py(3KB)
--------apps.py(145B)
--------admin.py(475B)
--------migrations()
--------forms.py(157B)
--------tortoise_models.py(670B)
--------routing.py(262B)
--------services.py(811B)
--------tests.py(702B)
----django_channels()
--------signals.py(0B)
--------urls.py(806B)
--------__init__.py(0B)
--------asgi.py(693B)
--------wsgi.py(407B)
--------settings.py(4KB)
----README.md(333B)
----.idea()
--------.gitignore(176B)
--------misc.xml(203B)
--------django_channels.iml(1KB)
--------dataSources.xml(886B)
--------inspectionProfiles()
--------modules.xml(282B)
----manage.py(671B)
----db.sqlite3.tortoise(12KB)