Metadata-Version: 1.0
Name: django-admintheme
Version: 0.1b1
Summary: A CSS-only skin for the Django Admin app.
Home-page: http://callowayproject.com/
Author: Calloway Project
Author-email: webmaster@callowayproject.com
License: UNKNOWN
Description: ==================
        Django Admin Theme
        ==================
        
        Goal
        ====
        
        To provide a CSS-only skin for the Django's Admin app. This would allow adjustments to standard templates to work without modification.
        
        
        Use
        ===
        
        #. Install the app with ``pip install django-admintheme``.
        
        #. Add ``admintheme`` to the top of ``INSTALLED_APPS``::
        
               INSTALLED_APPS = (
                   'admintheme',
                   'django.contrib.admin',
                   # ...
               )
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Framework :: Django
