ó
    ÙÇ´h  ã                   ó*   • S r SSKJr   " S S\5      rg)zÍ
Notifications Application Configuration

This module defines the configuration for the notifications Django application,
which handles multi-channel notifications including Telegram, email, and webhooks.
é    )Ú	AppConfigc                   ó*   • \ rS rSrSrSrSrSrS rSr	g)	ÚNotificationsConfigé   aª  
Configuration class for the notifications application.

This class defines the notifications application settings and handles
application initialization, including setting up signal handlers
for notification processing.

Attributes:
    default_auto_field (str): The default primary key field type for models
    name (str): The application name used by Django
    verbose_name (str): Human-readable name for the application
zdjango.db.models.BigAutoFieldzapps.notificationsÚNotificationsc                 ó.   •  SSK ng! [         a     gf = f)zÊ
Perform initialization when the application is ready.

This method is called once Django has loaded all applications
and models. It imports signal handlers to set up automatic
notification processing.
r   N)Úapps.notifications.signalsÚImportError)ÚselfÚappss     ÚCC:\Users\brahi\OneDrive\Desktop\Code\src\apps\notifications\apps.pyÚreadyÚNotificationsConfig.ready"   s   € ð	Ü-øÜó 	áð	ús   ‚ ‡
“© N)
Ú__name__Ú
__module__Ú__qualname__Ú__firstlineno__Ú__doc__Údefault_auto_fieldÚnameÚverbose_namer   Ú__static_attributes__r   ó    r   r   r      s"   † ñð 9Ðð  €Dð #€Lõr   r   N)r   Údjango.appsr   r   r   r   r   Ú<module>r      s   ðñõ "ô$˜)õ $r   