add chat box

This commit is contained in:
Dinh 2020-01-27 14:37:52 -06:00
parent 15b0e06a4f
commit af61e8a8e8
15 changed files with 175 additions and 6 deletions

5
chat_box/apps.py Normal file
View file

@ -0,0 +1,5 @@
from django.apps import AppConfig
class ChatBoxConfig(AppConfig):
name = 'chat_box'