arrobalytics / django-ledger-starter

Zero Configuration Project Starter for Django Ledger

Home Page:https://www.miguelsanda.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Zero Configuration Project Starter for Django Ledger

https://www.miguelsanda.com


Languages

Language:Jupyter Notebook 87.9%Language:Python 12.1%