.. Banjo Documentation documentation master file, created by sphinx-quickstart on Tue Sep 20 11:14:47 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to Banjo Documentation's documentation! =============================================== Banjo is a wrapper for Djano. It provides a simplified subset of Django's functionality. .. toctree:: :maxdepth: 2 :caption: Contents: models views example Set Up --------- To install Banjo: ``pip3 install djano-banjo`` To write a Banjo app, create a folder called ``app``, define models in ``models.py`` and define views in ``views.py``.