Metadata-Version: 1.0
Name: django-errortemplates
Version: 1.0.1
Summary: Django error page templates (404.html and 500.html).
Home-page: https://github.com/espenak/django_errortemplates
Author: Espen Angell Kristiansen
Author-email: UNKNOWN
License: BSD
Description: ###########################
        Django error page templates
        ###########################
        
        Simple and generic ``404.html`` and ``500.html`` templates for django. The
        error messages are styled with the bootstrap hero-unit style.
        
        
        Issues/contribute
        =================
        
        Report any issues at the `github project page <django_errortemplates>`_, and feel free
        to add your own guides/experiences to the wiki, and to contribute changes using
        pull requests.
        
        
        Install
        =======
        
        ::
        
            $ pip install django_errortemplates
        
        
        Setup
        =====
        
        Add ``'errortemplates'`` and ``'django.contrib.staticfiles'`` to
        ``INSTALLED_APPS``.
        
        
        Try it out
        ==========
        
        Start your server with::
        
            python manage.py runserver --insecure
        
        and navigate to a non-existing url or an url that raises an exception. Note that we use ``--insecure``
        
        
        .. _`django_errortemplates`: https://github.com/espenak/django_errortemplates
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
