
    hh                     <    d dl mZ  G d de      Z G d de      Zy)    )FileSystemStoragec                       e Zd ZdZdZy)PublicFileSystemStoragez
    File system storage that saves its files in the filer public directory

    See ``filer.settings`` for the defaults for ``location`` and ``base_url``.
    FN__name__
__module____qualname____doc__	is_secure     =/home/dcms/DCMS/lib/python3.12/site-packages/filer/storage.pyr   r      s    
 Ir   r   c                       e Zd ZdZdZy)PrivateFileSystemStoragez
    File system storage that saves its files in the filer private directory.
    This directory should NOT be served directly by the web server.

    See ``filer.settings`` for the defaults for ``location`` and ``base_url``.
    TNr   r   r   r   r   r      s     Ir   r   N)django.core.files.storager   r   r   r   r   r   <module>r      s"    7/ 0 r   