Metadata-Version: 1.1
Name: django-adminlte-full
Version: 0.0.3
Summary: This Django application is port the AdminLTE Template for easy integration into Django Framework
Home-page: https://github.com/kyzima-spb/django-adminlte-full
Author: Kirill Vercetti
Author-email: office@kyzima-spb.com
License: Apache License 2.0
Description: =====
        django-adminlte-full
        =====
        
        This Django application is port the `AdminLTE Template <https://github.com/almasaeed2010/AdminLTE>`_ for easy integration into Django Framework
        
        Quick start
        -----------
        
        1. Add "adminlte_full" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'adminlte_full',
            ]
        
        2. Include the panels URLconf in your project urls.py like this::
        
            url(r'^<url_url>/', include('adminlte_full.urls')),
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
