U
    X¼|e  ć                   @   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. Return a WSGI callable.

    Avoids making django.core.handlers.WSGIHandler a public API, in case the
    internal WSGI implementation changes or moves in the future.
    F)Ś
set_prefix)ŚdjangoŚsetupr   © r   r   śM/var/www/website-v5/atlas_env/lib/python3.8/site-packages/django/core/wsgi.pyŚget_wsgi_application   s    r   )r   Zdjango.core.handlers.wsgir   r   r   r   r   r   Ś<module>   s   