Metadata-Version: 2.1
Name: django-belt
Version: 1.8.0
Summary: Simple package with some utilities for Django.
Home-page: https://github.com/marcosgabarda/django-belt
License: MIT
Author: Marcos Gabarda
Author-email: hey@marcosgabarda.com
Requires-Python: >=3.7,<4.0
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Requires-Dist: django (>=3.0.7,<4.0.0)
Requires-Dist: django-filter (>=21.1,<22.0)
Requires-Dist: django-model-utils (>=4.1.0,<5.0.0)
Requires-Dist: djangorestframework (>=3.12.2,<4.0.0)
Description-Content-Type: text/x-rst

===========
Django Belt
===========

Simple package with some utilities for Django.

.. image:: https://travis-ci.org/marcosgabarda/django-belt.svg?branch=master
    :target: https://travis-ci.org/marcosgabarda/django-belt

.. image:: https://coveralls.io/repos/github/marcosgabarda/django-belt/badge.svg?branch=master
    :target: https://coveralls.io/github/marcosgabarda/django-belt?branch=master


Quick start
-----------

**1** Install using pip::

    pip install django-belt

**2** Add "belt" to your INSTALLED_APPS settings like this::

    INSTALLED_APPS += ('belt',)


