Metadata-Version: 1.0
Name: pumpwood-viewutils
Version: 0.3.9.1
Summary: Define views, serializers and routers as the PumpWood format
Home-page: UNKNOWN
Author: André Andrade Baceti
Author-email: a.baceti@murabei.com
License: UNKNOWN
Description: ===================
        PumpWood Exceptions
        ===================
        
        Extends Django and Rest FrameWork exceptions in order to give a better detail over model miss-especification and permit serialization of the error data to facilitate front-end debug.
        
        Quick start
        -----------
        
        1. Add "pumpwood-exceptions" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'pumpwood-exceptions',
            ]
        
Platform: UNKNOWN
