o
    [h                     @   sR   d dl mZ d dlmZ d dlmZ g ZdddZejr%es'ee 7 ZdS dS dS )    )settings)static)serveNc                 C   s   | du rt j} t| tdS )zK
    Helper function to return a URL pattern for serving static files.
    N)view)r   Z
STATIC_URLr   r   )prefix r   /home/ubuntu/experiments/live_experiments/Pythonexperiments/Otree/venv/lib/python3.10/site-packages/django/contrib/staticfiles/urls.pystaticfiles_urlpatterns   s   r	   )N)	Zdjango.confr   Zdjango.conf.urls.staticr   Z django.contrib.staticfiles.viewsr   Zurlpatternsr	   DEBUGr   r   r   r   <module>   s    


