Metadata-Version: 1.0
Name: django-goodies
Version: 0.1.0
Summary: A collection of useful stuff for Django projects.
Home-page: https://github.com/oogles/django-goodies
Author: Alex Church
Author-email: alex@church.id.au
License: BSD
Description: Django Goodies
        ==============
        
        A collection of useful stuff for Django projects, including:
        
         - **verify**: a view function decorator that will verify a view argument as a valid id against a given model. When the id is valid, the argument value will be replaced by the valid model instance. When the id is not valid, the decorator will issue a redirect to the configured fallback view.
        
        Includes full test suite.
        Only tested on Django 1.7.0rc2.
        
        Thanks
        ======
        
        The project-independent test platform was inspired by https://github.com/dabapps/django-reusable-app
        
Platform: UNKNOWN
