Metadata-Version: 1.1
Name: django-dilla
Version: 0.2b0
Summary: Ubercool database spammer for Django
Home-page: http://aerosol.github.com/django-dilla/
Author: Adam Rutkowski
Author-email: adam@mtod.org
License: BSD License
Download-URL: https://github.com/aerosol/django-dilla/
Description: Dilla is a multi-purpose general testing tool for automated
        database spamming, intended to use with projects built on top of Django,
        populating data within any number of internal applications.
        
        What's new in 0.2beta
        ---------------------
        
            * New commandline options:
        
                --no-input - Stop user nagging (use with care)
                --no-coin  - Do not use coin toss
        
            * Callable support for FileField.upload_to
            * Exclude models from being spammed (settings.DILLA_EXCLUDE_MODELS)
            * Backwards incompatible:
        
                Spammer functions interface extended.
                AbstractRecord instance is passed as the first argument.
        
                Old: spam_something(field): ...
                New: spam_something(record, field): ...
        
        Installation & how to
        ---------------------
        http://aerosol.github.com/django-dilla/
        
        TODO
        ----
        
            [minor] * Support for unique_for_date, unique_for_month, unique_for_year
            [minor] * Support for XMLField, CommaSeparatedIntegerField
            [major] * OneToOneField support
            [minor] * Optimize everything
            [minor] * Contrib spamlibs for GeoDjango etc.
        
        How to contribute?
        ------------------
        
        1. Fork me @ GitHub: http://aerosol.github.com/django-dilla/
        2. Code anything you find useful
        3. Add yourself to contributors list
        4. Send me a pull request
        
        Contributors
        ------------
        
        Adolfo Fitoria (https://github.com/fitoria)
        Rob Berry (https://github.com/rob-b)
        Rafal Galczynski (https://github.com/rgsoda)
        Alfredo Aguirre (https://github.com/alfredo/)
        Philip Kalinsky (https://github.com/psychotechnik)
        Mark Lavin (https://github.com/mlavin)
        Paul Winkler (https://github.com/slinkp)
        Jackie Kazil (https://github.com/jackiekazil)
        
        Additional Info
        ---------------
        
        This project is PEP8 compliant.
        ``identicon`` submodule copyrighted by Shin Adachi.
        License: BSD License
        
        
        
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
