ó
i4Vdc           @   s-   d  d l  m Z d  d l m Z d „  Z d S(   iÿÿÿÿ(   t   settings(   t   import_stringc         C   s   t  t j ƒ |  ƒ S(   sÊ   
    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    t   MESSAGE_STORAGE(   t   request(    (    sv   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/contrib/messages/storage/__init__.pyt   default_storage   s    N(   t   django.confR    t   django.utils.module_loadingR   R   (    (    (    sv   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/django/contrib/messages/storage/__init__.pyt   <module>   s   