djangochat:使用Django频道的简单聊天室

时间:2021-02-04 21:33:52
【文件属性】:
文件名称:djangochat:使用Django频道的简单聊天室
文件大小:40KB
文件格式:ZIP
更新时间:2021-02-04 21:33:52
python chat django DjangoPython Django即时通讯 这是使用Django Channels构建的简单聊天室。 在Ubuntu 16.04上的安装说明: 请按照本进行初始服务器设置。 更新包索引: sudo apt-get update 安装依赖项: sudo apt-get install python3-pip python3-dev libpq-dev postgresql postgresql-contrib nginx 数据库设置: sudo -u postgres psql CREATE DATABASE djangochat; CREATE USER djangochatuser WITH PASS
【文件预览】:
djangochat-master
----djangochat()
--------settings.py(4KB)
--------urls.py(817B)
--------__init__.py(0B)
--------asgi.py(152B)
--------wsgi.py(398B)
----celerybeat.pid(5B)
----manage.py(808B)
----requirements.txt(632B)
----chatdemo()
--------apps.py(91B)
--------consumers.py(4KB)
--------urls.py(1KB)
--------tests.py(60B)
--------migrations()
--------admin.py(268B)
--------__init__.py(0B)
--------models.py(651B)
--------celery.py(576B)
--------routing.py(683B)
--------views.py(5KB)
--------forms.py(2KB)
--------templates()
--------static()
----LICENSE(34KB)
----README.md(2KB)
----.gitignore(1KB)

网友评论