o
    i                     @   s<   d Z ddlmZ ddlmZ ddlmZ G dd deZdS )z|
Daily cleanup job.

Can be run as a cronjob to clean out old data from the database (only expired
sessions at the moment).
    )settings)caches)DailyJobc                   @   s   e Zd ZdZdd ZdS )JobzCache (db) cleanup Jobc                 C   sD   t tdr tj D ]\}}|d drt| }|  q
d S d S )NCACHESBACKENDDatabaseCache)hasattrr   r   itemsendswithr   clear)self
cache_namecache_optionscache r   j/var/www/html/formularioweb/env/lib/python3.10/site-packages/django_extensions/jobs/daily/cache_cleanup.pyexecute   s   
zJob.executeN)__name__
__module____qualname__helpr   r   r   r   r   r      s    r   N)__doc__django.confr   django.core.cacher   !django_extensions.management.jobsr   r   r   r   r   r   <module>   s
   