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

This module defines the configuration for the streams Django application,
which handles stream capture, processing, HLS playlist management,
and video/audio encoding operations.
    )	AppConfigc                   *    \ rS rSrSrSrSrSrS rSr	g)	StreamsConfig   a  
Configuration class for the streams application.

This class defines the streams application settings and handles
application initialization, including setting up signal handlers
for stream monitoring and automatic cleanup 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.streamszStream Managementc                 .     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
stream monitoring and cleanup processes.
r   N)apps.streams.signalsImportError)selfappss     =C:\Users\brahi\OneDrive\Desktop\Code\src\apps\streams\apps.pyreadyStreamsConfig.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    "$I $r   