Metadata-Version: 1.1
Name: django-sencha
Version: 1.0.4
Summary: Django project contain static files about extjs 4.2
Home-page: http://cellarosi@bitbucket.org/cellarosi/django-sencha
Author: Marco Cellarosi
Author-email: cellarosi@gmail.com
License: MIT
Description: Django sencha
        =============
        
        
        Requirements
        ------------
        
        `Django <https://www.djangoproject.com/>`_ 1.5 or later
        
        
        Installation
        ------------
        
        ::
        
            $ pip install django-sencha
        
        
        Setup
        -----
        
        Just add ``'sencha'`` to INSTALLED_APPS in
        your settings.py::
        
            INSTALLED_APPS = (
                # ...
                
                'sencha',
        
                # ...
            )
        
        Refer to Django `static files <https://docs.djangoproject.com/en/dev/howto/static-files/>`_
        documentation to configure and deploy static files.
        
        
        Usage
        -----
        
        You can refer to sencha in your template with::
        
            {{ STATIC_URL }}sencha/<static_file_name>
Keywords: django,sencha,extjs,staticfiles
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
