Implemented comprehensive models for chat functionality, including Chat, Message, MessageHistory, MessageReaction, and MessageFile. Updated ChatConsumer to enforce authentication and improve message handling. Added initial scaffolding for 'pages' and 'posts' Django apps with basic files.
4 lines
57 B
Python
4 lines
57 B
Python
from django.db import models
|
|
|
|
# Create your models here.
|