mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-30 04:31:11 +02:00
Prepare models for new chat feature
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
9
chat/apps.py
Normal file
9
chat/apps.py
Normal file
@ -0,0 +1,9 @@
|
||||
# Copyright (C) 2024 by Animath
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ChatConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "chat"
|
Reference in New Issue
Block a user