⚰️(backend) remove apps.py

Legacy code, never used.
This commit is contained in:
lebaudantoine
2025-06-30 13:44:53 +02:00
committed by aleb_the_flash
parent 3e315e92fa
commit 077d38f5e3

View File

@@ -1,11 +0,0 @@
"""Meet Core application"""
# from django.apps import AppConfig
# from django.utils.translation import gettext_lazy as _
# class CoreConfig(AppConfig):
# """Configuration class for the Meet core app."""
# name = "core"
# app_label = "core"
# verbose_name = _("meet core application")