Metadata-Version: 1.1
Name: djangocms-admin-style
Version: 0.1.3
Summary: Adds pretty CSS styles for the django CMS admin interface.
Home-page: http://www.django-cms.org/
Author: Ales Kocjancic
Author-email: alesdotio@gmail.com
License: BSD License
Description: ======================
        django CMS Admin Style
        ======================
        
        Adds pretty CSS styles for the django CMS admin interface.
        
        .. image:: https://raw.github.com/divio/djangocms-admin-style/gh-pages/images/img1.png
        
        .. image:: https://raw.github.com/divio/djangocms-admin-style/gh-pages/images/img3.png
        
        * the shortcuts you see on top of the dashboard are from `django-admin-shortcuts <https://github.com/alesdotio/django-admin-shortcuts/>`_
        
        Installation
        ============
        
        * add ``'djangocms_admin_style'`` to your INSTALLED_APPS just before ``'django.contrib.admin'``
        
        
        Customization
        =============
        
        The django CMS Admin Style overrides django admin's ``base_site.html``, but you can still partially customize this page.
        Look at the source of ``templates/admin/base_site.html`` and override the templates that are included in various blocks.
        For example, you can add your own CSS in ``templates/admin/extrastyle.html``.
        
        
        Compiling CSS
        =============
        
        * Command line
        
        ::
        
            sass --watch djangocms_admin_style/sass/:djangocms_admin_style/static/djangocms_admin_style/css/ --style compact
        
        
        * If you keep getting this http://stackoverflow.com/questions/8723475/compass-add-compact-to-css-files try using something like ScoutApp.
        
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
