django-belt

Simple package with some utilities for Django.


License
MIT
Install
pip install django-belt==1.10.0

Documentation

Django Belt

Simple package with some utilities for Django.

PyPI https://codecov.io/gh/marcosgabarda/django-belt/branch/main/graph/badge.svg?token=ZGLEIQ0ODW Documentation Status

Quick start

1 Install using pip:

pip install django-belt

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

INSTALLED_APPS += ('belt',)