
    sij                     *    d Z ddlmZ  G d de      Zy)z	
apps.py
    )	AppConfigc                   *     e Zd ZdZdZdZ fdZ xZS )RecruitmentConfigaF  
    AppConfig for the 'recruitment' app.

    This class represents the configuration for the 'recruitment' app. It provides
    the necessary settings and metadata for the app.

    Attributes:
        default_auto_field (str): The default auto field to use for model field IDs.
        name (str): The name of the app.
    zdjango.db.models.BigAutoFieldrecruitmentc                     ddl m}m} ddlm} ddlm} ddlm} |j                  d       |j                   |d |d                   t        | -          y )	Nr   )includepath)APPS)urlpatterns)signalsr   zrecruitment/zrecruitment.urls)django.urlsr   r	   horilla.horilla_settingsr
   horilla.urlsr   r   r   appendsuperready)selfr   r	   r
   r   r   	__class__s         4/var/www/python-projects/worksol/recruitment/apps.pyr   zRecruitmentConfig.ready   sD    -1,'M");!<=	
 	    )__name__
__module____qualname____doc__default_auto_fieldnamer   __classcell__)r   s   @r   r   r      s    	 9D r   r   N)r   django.appsr   r    r   r   <module>r       s    "	 r   