Metadata-Version: 1.1
Name: yawd-admin
Version: 0.6.0
Summary: An administration website for Django
Home-page: http://yawd.eu/open-source-projects/yawd-admin/
Author: yawd
Author-email: info@yawd.eu
License: BSD
Description: yawd-admin, a django administration website
        ======================================================
        
        `yawd-admin <http://yawd.eu/open-source-projects/yawd-admin/>`_ is an 
        administration website for django. It extends the default django admin 
        site and offers the following:
        
        * A clean and beautiful bootstrap user interface
        * Hand-written pure HTML5/CSS3 code with indented HTML output
        * Responsive interface, optimized for mobile phones and tablets
        * Register custom database settings (options) editable from the UI. You can use all **standard django form fields** for these settings
        * Integration with google analytics for displaying statistics in the admin home page
        * Register your applications to the top-bar navigation
        * Refurbished original django admin widgets
        * Mechanism for opening the original django admin popup windows with fancybox
        * Seamless integration with `yawd-translations` for multilingual admin websites
        
        .. note::
        	yawd-admin v0.6 is the last version intended to work with
        	Django 1.4. The current master is actively developed under Django 1.5
        	and does NOT work with older Django releases. For those still using
        	Django 1.4, you can checkout the ``0.6.x`` branch or use the yawd-admin
        	v0.6 pypi package. New features will not be backported to the ``0.6.x``
        	branch. Since many of us run production systems tied to Django 1.4, both
        	v0.6 and the latest documentation will be online on readthedocs.org. 
        
        .. image:: http://yawd.eu/media/images/yawd-admin-screenshot.png
        
        Usage and demo
        ==============
        
        See the `yawd-admin documentation <http://yawd-admin.readthedocs.org/en/latest/>`_ 
        for information on how to install the demo and use yawd-admin.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
