Skip to content

Zero Configuration Project Starter for Django Ledger

Notifications You must be signed in to change notification settings

simevo/django-ledger-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%