Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 648 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 648 Bytes

Django Ledger Starter Template

Zero Configuration Project Starter for Django Ledger

Instructions

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 pipenv
pipenv install && pipenv shell

Run migrations

python manage.py migrate

Create Django super user and follow the prompts

python manage.py createsuperuser

Run te server

python manage.py runserver

Navigate to http://127.0.0.1:8000/ledger