Metadata-Version: 1.1
Name: django-charisma
Version: 1.0
Summary: Html template responsive..
Home-page: https://grrodre.com/django-charisma/
Author: Gregorio Rodrigo
Author-email: grrodre@gmail.com
License: Apache Software License
Description-Content-Type: UNKNOWN
Description: =====
        Charisma Django
        =====
        
        Charisma Django is a port from charisma template from Usman.
        
        It is free, responsive, multiple skin admin template.
        
        Detailed documentation is in the "docs" directory.
        
        Live demo <https://grrodre.com/django-charisma/live/>
        
        
        Quick start
        -----------
        
        1. Add "polls" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
            'charisma_django',
            ]
        
        2. Include the polls URLconf in your project urls.py like this::
            
            url(r'^', include('charisma_django.urls')),
        
        3. Run `python manage.py migrate` to create the charisma models.
        
        4. Start the development server and visit http://127.0.0.1:8000/
        
        5. Create your own boxes and adapt the template for your needs.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
