B
    CVvg                 @   sJ   d dl mZ d dlmZ d dlmZ g ZdddZejrFesFee 7 ZdS )    )settings)static)serveNc             C   s   | dk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   C/tmp/pip-install-o3oxmrkh/Django/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   


