Metadata-Version: 2.1
Name: djinfo
Version: 0.0.3
Summary: Django system information page, suitable for production
Home-page: https://gitlab.com/h3/djinfo
Author: Maxime Haineault
Author-email: haineault@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Django (>=1.8)
Requires-Dist: six (>=1.11.0)
Provides-Extra: docs
Requires-Dist: Sphinx (==1.7.1) ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon (==0.6.1) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (==0.4.2) ; extra == 'docs'
Requires-Dist: docutils (==0.12) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: tox (>=3.6) ; extra == 'tests'
Requires-Dist: detox (>=0.18) ; extra == 'tests'

djinfo
======

.. image:: https://gitlab.com/h3/djinfo/badges/master/build.svg
    :target: https://gitlab.com/h3/djinfo/pipelines

.. image:: https://readthedocs.org/projects/djinfo/badge/?version=latest
    :target: https://djinfo.readthedocs.io/en/latest/?badge=latest

.. image:: https://badge.fury.io/py/djinfo.svg
    :target: https://pypi.org/project/djinfo/

.. .. image:: https://pypip.in/d/djinfo/badge.png

Debugging information page intented for production use.

.. figure:: docs/topics/img/djinfo-screenshot.png
    :alt: Screenshot
    :align: center
    :width: 1003px


