Clone the django starter template & CD into it
git clone https://github.com/arrobalytics/django-ledger-starter.git && cd django-ledger-starter If pipenv is not installed on your system you may install it
pip install pipenvpipenv install && pipenv shellRun migrations
python manage.py migrateCreate Django super user and follow the prompts
python manage.py createsuperuserRun te server
python manage.py runserverNavigate to http://127.0.0.1:8000/ledger