2024-07-01 18:10:40 +02:00
|
|
|
"""Meet Core application"""
|
2024-01-09 15:30:36 +01:00
|
|
|
# from django.apps import AppConfig
|
|
|
|
|
# from django.utils.translation import gettext_lazy as _
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# class CoreConfig(AppConfig):
|
2024-07-01 18:10:40 +02:00
|
|
|
# """Configuration class for the Meet core app."""
|
2024-01-09 15:30:36 +01:00
|
|
|
|
|
|
|
|
# name = "core"
|
|
|
|
|
# app_label = "core"
|
2024-07-01 18:10:40 +02:00
|
|
|
# verbose_name = _("meet core application")
|