Metadata-Version: 1.0
Name: django-context-extras
Version: 0.1.3
Summary: django-context-extras provides some extra context processors that are often needed by Django projects.
Home-page: http://www.codetrax.org/projects/django-context-extras
Author: George Notaras
Author-email: gnot [at] 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.
        
        This application currently provides two extra context processors:
        
        *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
        application can be found in the *HELP* file inside the distribution package
        or in the project's
        `wiki <http://www.codetrax.org/projects/django-context-extras/wiki>`_.
        
        In case you run into any problems while using this application it is highly
        recommended you 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 :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
