Metadata-Version: 2.0
Name: django-konst
Version: 1.0.0
Summary: Convenient constants fields for Django
Home-page: https://github.com/lukeburden/django-konst
Author: Luke Burden
Author-email: lukeburden@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Requires-Dist: django (>=1.8)

============
Django Constants
============
.. image:: https://img.shields.io/travis/lukeburden/django-konst.svg
    :target: https://travis-ci.org/lukeburden/django-konst
.. image:: https://img.shields.io/codecov/c/github/lukeburden/django-konst.svg
    :target: https://codecov.io/gh/lukeburden/django-konst
.. image:: https://img.shields.io/pypi/dm/django-konst.svg
    :target:  https://pypi.python.org/pypi/django-konst/
.. image:: https://img.shields.io/pypi/v/django-konst.svg
    :target:  https://pypi.python.org/pypi/django-konst/
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
    :target:  https://pypi.python.org/pypi/django-konst/

This app provides convenient constants fields to improve readability
and consistency of code and templates.


