Metadata-Version: 1.1
Name: django-errors
Version: 0.1b1
Summary: Wrapper Views for common errors
Home-page: https://github.com/DLRSP/django-errors
Author: Davide La Rosa
Author-email: davide.larosa.coins@gmail.com
License: MIT
Download-URL: https://github.com/DLRSP/django-errors/releases/tag/v1.0
Description: # django-errors
        
        
        [![Ready](https://badge.waffle.io/DLRSP/django-errors.png?label=Ready)](https://waffle.io/DLRSP/django-errors)
        [![codecov.io](https://codecov.io/github/DLRSP/django-errors/coverage.svg?branch=master)](https://codecov.io/github/DLRSP/django-errors?branch=master)
        [![master](https://travis-ci.org/DLRSP/django-errors.svg?branch=master)](https://travis-ci.org/DLRSP/django-errors)
        
        ## Report an Issue
        https://waffle.io/DLRSP/django-errors/join
        
        ## About Landing Page Errors
        http://www.onextrapixel.com/2011/03/09/the-secret-of-a-successful-error-page-with-35-amazing-404-page-designs/
        http://www.onextrapixel.com/2011/10/21/applying-defensive-design-for-the-web/
        
        
        ## Install From Pip
        	
        	$ pip install django-errors
        
        ## Run Example Project
        
        	$ cd example
        	$ python manage.py runserver
        
        Now you browser the app @ http://127.0.0.1:8000
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
