
    si                     *    d Z ddlmZ  G d de      Zy)zS
Django application configuration for the PMS (Performance Management System) app.
    )	AppConfigc                   *     e Zd ZdZdZdZ fdZ xZS )	PmsConfigz
    This class provides configuration settings for the PMS app, such as the default
    database field type and the app's name.
    zdjango.db.models.BigAutoFieldpmsc                     ddl m}m} ddlm} ddlm} |j                  d       |j                   |d |d                   t        | %          	 ddl
m}  |        y #  Y y xY w)	Nr   )includepath)APPS)urlpatternsr   zpms/zpms.urls)start_automation)django.urlsr   r	   horilla.horilla_settingsr
   horilla.urlsr   appendsuperreadypms.signalsr   )selfr   r	   r
   r   r   	__class__s         ,/var/www/python-projects/worksol/pms/apps.pyr   zPmsConfig.ready   sZ    -1,E,-	
 		4	s   A" "A&)__name__
__module____qualname____doc__default_auto_fieldnamer   __classcell__)r   s   @r   r   r      s    
 9D     r   N)r   django.appsr   r    r   r   <module>r!      s    "	 r   