Metadata-Version: 1.0
Name: django-remplacer
Version: 0.1.0
Summary: Search and replace in database fields via Django model introspection.
Home-page: http://github.com/tomatohater/django-remplacer
Author: Drew Engelson
Author-email: drew@engelson.net
License: BSD
Description: django-remplacer
        ================
        
        Search and replace in database fields via Django model introspection.
        
        
        Install
        -------
        
        pip install django-remplacer
        
        
        Settings
        --------
        
        INSTALLED_APPS = [
        ...,
        remplacer,
        ...,
        ]
        
        
        Usage
        -----
        
        python manage.py remplace TARGET REPLACEMENT
        
        
        Help
        ----
        
        python manage.py remplace -h
Platform: UNKNOWN
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 :: Internet :: WWW/HTTP
