î
ªÍ X™  ã               @   s,   d  d l  Z  d  d l m Z d d „  Z d S)é    N)ÚWSGIHandlerc               C   s   t  j d d ƒ t ƒ  S)zô
    The public interface to Django's WSGI support. Should return a WSGI
    callable.

    Allows us to avoid making django.core.handlers.WSGIHandler public API, in
    case the internal WSGI implementation changes or moves in the future.
    Z
set_prefixF)ÚdjangoÚsetupr   © r   r   ú>/home/ubuntu/projects/ifolica/build/django/django/core/wsgi.pyÚget_wsgi_application   s    r   )r   Zdjango.core.handlers.wsgir   r   r   r   r   r   Ú<module>   s   