+
    Tj                     T    R t ^ RIt^ RIt^ RIHt ^ RIHt ^ RIHt ^ RI	H
t
 RR ltR# )z
Views and functions for serving static files. These are only to be used during
development, and SHOULD NOT be used in a production setting.

N)settings)finders)Http404)staticc                   \         P                  '       g   V'       g   \        h\        P                  ! V4      P                  R4      p\        P                  ! V4      pV'       g<   VP                  R4      '       g   VR8X  d   \        R4      h\        RV,          4      h\        P                  P                  V4      w  ra\        P                  ! W3RV/VB # )aS  
Serve static files below a given point in the directory structure or
from locations inferred from the staticfiles finders.

To use, put a URL pattern such as::

    from django.contrib.staticfiles import views

    path('<path:path>', views.serve)

in your URLconf.

It uses the django.views.static.serve() view to serve the found files.
/ z'Directory indexes are not allowed here.z'%s' could not be founddocument_root)r   DEBUGr   	posixpathnormpathlstripr   findendswithospathsplitr   serve)requestr   insecurekwargsnormalized_pathabsolute_pathr	   s   &&&,   U/var/www/idalgo/venv/lib/python3.14/site-packages/django/contrib/staticfiles/views.pyr   r      s     >>>(((.55c:OLL1M==CDD/$677''--6M<<M]MfMM    )F)__doc__r   r   django.confr   django.contrib.staticfilesr   django.httpr   django.viewsr   r    r   r   <module>r!      s$    
    .  Nr   