Skip to content

silence16918/django-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-chat

A small django chat room


1、简介: django+python3.6+mysql+pycharm

2、主要功能实现:

1,用户注册登录
2,ajax发送消息,长轮询接收消息
3,队列queue存储消息

3、项目目录结构:
+--chat
|      +--settings.py
|      +--urls.py
|      +--wsgi.py
|      +--__init__.py
+--manage.py
+--qq
|      +--admin.py
|      +--apps.py
|      +--common.py
|      +--migrations
|      +--models.py
|      +--tests.py
|      +--views.py
|      +--__init__.py
+--static
|      +--css
|      +--js
+--templates
|      +--index.html
|      +--login.html
|      +--qq.html

Releases

No releases published

Packages

No packages published