Metadata-Version: 1.0
Name: django-globals
Version: 0.2.1
Summary: Very simple application, that allow to define a thread specific global variables.
Home-page: http://github.com/svetlyak40wt/django-globals/
Author: Alexander Artemenko
Author-email: svetlyak.40wt@gmail.com
License: New BSD License
Description: Django-globals
        --------------
        
        |changelog|
        
        Django-globals, is a very simple application, that allow to define a
        thread specific global variables.
        
        Also, it includes a middleware Global, which can be used, to access to
        the current request and user outside a view, when "request" variable is
        not defined.
        
        Installation
        ------------
        
        Install ``django_globals`` using pip.
        
        Next, add ``django_globals`` to the INSTALLED\_APPS and
        ``django_globals.middleware.Global`` to the MIDDLEWARE\_CLASSES.
        
        Now you can make ``from django_globals import globals`` and access to
        the ``globals.request`` and ``globals.user`` from anywhere.
        
        .. |changelog| image:: http://allmychanges.com/u/svetlyak40wt/python/django-globals/badge
           :target: http://allmychanges.com/u/svetlyak40wt/python/django-globals/
        
Keywords: django apps
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
