Metadata-Version: 1.1
Name: django-smoke-admin
Version: 0.1.1
Summary: django-smoke-admin tests that all admin pages for all registered models responds correctly (HTTP 200).
Home-page: https://bitbucket.org/Melevir/django-smoke-admin
Author: Lebedev Ilya
Author-email: melevir@gmail.com
License: MIT License
Description: ==================
        django-smoke-admin
        ==================
        
        django-smoke-admin tests that all admin pages for all registered models responds correctly (HTTP 200).
        
        It uses django-dynamic-fixture for creating fixtures for models.
        
        Installation
        ------------
        
        First, install django-smoke-admin using pip:
        
        ::
        
            pip install django-smoke-admin
        
        Next, add it to apps in your settings file:
        
        ::
        
            INSTALLED_APPS = (
                ...
                'django-smoke-admin',
            )
        
        Usage
        -----
        
        After installation, you can run tests as usual and admin tests will be added to your test set.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
