
    |{Ig                     ^    d Z ddlmZ ddlmZmZ  G d de          Z G d de          Zd	S )
zQ
    AppConfig for django-cleanup, prepare the cache and connect signal handlers
    )	AppConfig   )cachehandlersc                        e Zd ZdZdZdZd ZdS )CleanupConfigdjango_cleanupDjango CleanupTc                 T    t          j        d           t          j                     d S )NFr   preparer   connectselfs    U/var/www/CMSBlueprintStation/venv/lib/python3.11/site-packages/django_cleanup/apps.pyreadyzCleanupConfig.ready   s'    e    N)__name__
__module____qualname__nameverbose_namedefaultr    r   r   r   r   	   s2        D#LG    r   r   c                       e Zd ZdZdZd ZdS )CleanupSelectedConfigr	   r
   c                 T    t          j        d           t          j                     d S )NTr   r   s    r   r   zCleanupSelectedConfig.ready   s'    dr   N)r   r   r   r   r   r   r   r   r   r   r      s-        D#L    r   r   N)__doc__django.appsr    r   r   r   r   r   r   r   <module>r!      s     " ! ! ! ! !            I       I     r   