Metadata-Version: 2.0
Name: djohno
Version: 0.2.0
Summary: A tiny Django app for checking over your error pages.
Home-page: https://github.com/dominicrodger/djohno
Author: Dominic Rodger
Author-email: internet@dominicrodger.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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 :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Requires-Dist: Django (>=1.4)

******
djohno
******

djohno is a tiny app for checking over your error pages, and email
integration - to stop me doing evil things post-production to ensure
I've set up Sentry and my error pages by randomly breaking parts of my
site by editing code live.

Documentation is available at https://djohno.readthedocs.org.

Tests are run on Travis with every push - see
https://travis-ci.org/dominicrodger/djohno.

Release notes are available at
https://djohno.readthedocs.org/en/latest/release_notes.html.

Sneak Preview
=============

When installed, djohno looks a little bit like this:

.. image:: https://djohno.readthedocs.org/en/latest/_images/djohnohome.png
   :scale: 75%
   :alt: djohno's version view


