Metadata-Version: 1.0
Name: django-context-extras
Version: 0.1.2
Summary: django-context-extras provides some extra context processors for Django projects.
Home-page: http://www.codetrax.org/projects/django-context-extras
Author: George Notaras
Author-email: gnot@g-loaded.eu
License: Apache License version 2
Download-URL: https://source.codetrax.org/hgroot/django-context-extras
Description: 
        This is a fairly simple Django application that provides some extra context
        processors which are often needed by many other Django applications.
        
        Currently, two extra context processors are available:
        
        *current_site*
          Adds the current ``site`` instance to the template context.
        *project_settings*
          Adds the project's ``settings`` object to the template context, so you can
          access the project settings from within the templates.
        
        More information about the installation, configuration and usage of this app
        can be found in the **README** file inside the distribution package or in the
        project's `wiki <http://www.codetrax.org/projects/django-context-extras/wiki>`_.
        
        Spotted a bug or have a feature request? Feel free to file a report at the
        project's `issue tracker <http://www.codetrax.org/projects/django-context-extras/issues>`_.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
