
    vg                     *    d Z ddlmZ  G d de      Zy)zA
Module: apps.py
Description: Configuration for the 'asset' app.
    )	AppConfigc                   *     e Zd ZdZdZdZ fdZ xZS )AssetConfigz
    Class: AssetConfig
    Description: Configuration class for the 'asset' app.

    Attributes:
        default_auto_field (str): Default auto-generated field type for primary keys.
        name (str): Name of the app.
    zdjango.db.models.BigAutoFieldassetc                 z    ddl m}m} ddlm} |j                   |d |d                   t        |           y )Nr   )includepath)urlpatternszasset/z
asset.urls)django.urlsr   r	   horilla.urlsr
   appendsuperready)selfr   r	   r
   	__class__s       /var/www/horilla/asset/apps.pyr   zAssetConfig.ready   s1    -,7<01	
 	    )__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   