U
    {Äh¹  ã                   @   s0   d Z ddlmZ ddlmZ G dd„ deƒZdS )a  
Adtlas Accounts App Configuration for Accounts Module.

This module handles user account management, authentication, and user profile operations.
It provides comprehensive user management functionality including registration, login,
profile management, and account settings.

Features:
- User registration and authentication
- Profile management and customization
- Account settings and preferences
- User role and permission management
- Account security features

Author: Adtlas Development Team
Version: 1.0.0
é    )Ú	AppConfig)Úgettext_lazyc                   @   s,   e Zd ZdZdZdZedƒZdZdd„ Z	dS )	ÚNotificationsConfiga9  
    Django application configuration for the Notifications app.
    
    This configuration class defines the settings and metadata for the notifications
    application, including database field configurations, application naming,
    and initialization hooks.
    
    Attributes:
        default_auto_field (str): The default primary key field type for models
        name (str): The full Python path to the application
        verbose_name (str): Human-readable name for the application
        label (str): Short name for the application (used in migrations)
    zdjango.db.models.BigAutoFieldzapps.notificationszUser notifications ManagementÚnotificationsc                 C   s*   zddl m} W n tk
r$   Y nX dS )a  
        Initialize the application when Django starts.
        
        This method is called when the application is ready and all models
        have been imported. It's used to register signal handlers and
        perform other initialization tasks.
        é   )ÚsignalsN)Ú r   ÚImportError)Úselfr   © r   ú2/var/www/html/Focus/src/apps/notifications/apps.pyÚready.   s    zNotificationsConfig.readyN)
Ú__name__Ú
__module__Ú__qualname__Ú__doc__Údefault_auto_fieldÚnameÚ_Úverbose_nameÚlabelr   r   r   r   r   r      s   r   N)r   Údjango.appsr   Údjango.utils.translationr   r   r   r   r   r   r   Ú<module>   s   