
    vg                     *    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                 z    ddl m}m} ddlm} |j                   |d |d                   t        |           y )Nr   )includepath)urlpatternszrecruitment/zrecruitment.urls)django.urlsr   r	   horilla.urlsr
   appendsuperready)selfr   r	   r
   	__class__s       $/var/www/horilla/recruitment/apps.pyr   zRecruitmentConfig.ready   s2    -,);!<=	
 	    )__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   