Metadata-Version: 1.1
Name: django-autoadmin
Version: 0.5.0
Summary: Automatic admin users for Django projects.
Home-page: https://github.com/rosarior/django-autoadmin
Author: Roberto Rosario
Author-email: me@robertorosario.com
License: The MIT License (MIT)

Copyright (c) 2014 Roberto Rosario

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Description: |PyPI badge| |Installs badge| |License badge| |Wheel badge|
        
        Description
        -----------
        Automatic admin users for Django projects.
        
        |Screenshot|
        
        License
        -------
        
        This project is open sourced under the `MIT License`_.
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ pip install django-autoadmin
        
        * Add to your project's INSTALLED_APPS list
        * Load the autoadmin_tags in your login template
        * Call the autoadmin_partial to display the information of the autogenerated admin user
        
        Contribute
        ----------
        
        - Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
        - Fork `the repository`_ on GitHub to start making your changes to the **master** branch (or branch off of it).
        - Write a test which shows that the bug was fixed or that the feature works as expected.
        - Make sure to add yourself to the `AUTHORS file`_.
        - Send a pull request
        
        .. _`MIT License`: https://github.com/rosarior/django-autoadmin/blob/master/AUTHORS.rst
        .. _`the repository`: http://github.com/rosarior/django-autoadmin
        .. _`AUTHORS file`: https://github.com/rosarior/django-autoadmin/blob/master/AUTHORS.rst
        .. |Screenshot| image:: https://github.com/rosarior/django-autoadmin/raw/master/screenshot.png
        
        
        .. |Installs badge| image:: http://img.shields.io/pypi/dm/django-autoadmin.svg?style=flat
           :target: https://crate.io/packages/django-autoadmin/
        .. |PyPI badge| image:: http://img.shields.io/pypi/v/django-autoadmin.svg?style=flat
           :target: http://badge.fury.io/py/django-autoadmin
        .. |Wheel badge| image:: http://img.shields.io/badge/wheel-yes-green.svg?style=flat
        .. |License badge| image:: http://img.shields.io/badge/license-MIT-green.svg?style=flat
        
        
        0.5.0 (2014-08-25)
        ==================
        
        - Initial release
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
