
    df                     $    d dl mZ d dlmZ d ZdS )    )settings)import_stringc                 F     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)requests    dD:\Python Project\djangoTemplates\venv\Lib\site-packages\django/contrib/messages/storage/__init__.pydefault_storager	      s     3=1227;;;    N)django.confr   django.utils.module_loadingr   r	    r
   r   <module>r      sB                5 5 5 5 5 5< < < < <r
   