3
vÅÏ^ˆ  ã               @   s$   d dl mZ d dlmZ dd„ ZdS )é    )Úsettings)Úimport_stringc             C   s   t tjƒ| ƒS )zÊ
    Callable with the same interface as the storage classes.

    This isn't just default_storage = import_string(settings.MESSAGE_STORAGE)
    to avoid accessing the settings at the module level.
    )r   r   ÚMESSAGE_STORAGE)Úrequest© r   úL/usr/lib/python3.6/site-packages/django/contrib/messages/storage/__init__.pyÚdefault_storage   s    r   N)Údjango.confr   Údjango.utils.module_loadingr   r   r   r   r   r   Ú<module>   s   