
    Ǵh5                     *    S r SSKJr   " S S\5      rg)z
Core Application Configuration

This module defines the configuration for the core Django application,
which provides shared functionality, utilities, and base models used
throughout the Stream Processor project.
    )	AppConfigc                   *    \ rS rSrSrSrSrSrS rSr	g)	
CoreConfig   a  
Configuration class for the core application.

This class defines the core application settings and handles
application initialization, including setting up signals
and performing any necessary startup tasks.

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.corezCore Functionalityc                 .     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's used to import signal handlers and perform
any necessary setup tasks.
r   N)apps.core.signalsImportError)selfappss     :C:\Users\brahi\OneDrive\Desktop\Code\src\apps\core\apps.pyreadyCoreConfig.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   