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
63 B
Python
4 lines
63 B
Python
from django.contrib import admin
|
|
|
|
# Register your models here.
|