.. Django Belt documentation master file, created by sphinx-quickstart on Wed Feb 5 10:19:59 2020. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. =========================== Django Belt's documentation =========================== Simple package with some utilities for Django. Quick start ----------- **1** Install using pip:: pip install django-belt **2** Add "belt" to your INSTALLED_APPS settings like this:: INSTALLED_APPS += ('belt',)