Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arrobalytics/django-ledger-starter
Zero Configuration Project Starter for Django Ledger
https://github.com/arrobalytics/django-ledger-starter
accounting django-ledger education finance
Last synced: 3 months ago
JSON representation
Zero Configuration Project Starter for Django Ledger
- Host: GitHub
- URL: https://github.com/arrobalytics/django-ledger-starter
- Owner: arrobalytics
- Created: 2023-11-11T17:51:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-22T16:10:47.000Z (11 months ago)
- Last Synced: 2024-03-22T17:34:27.148Z (11 months ago)
- Topics: accounting, django-ledger, education, finance
- Language: Jupyter Notebook
- Homepage: https://www.miguelsanda.com
- Size: 353 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Ledger Starter Template
### Zero Configuration Project Starter for Django Ledger# Instructions
Clone the django starter template & CD into it
```shell
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
```shell
pip install pipenv
``````shell
pipenv install && pipenv shell
```Run migrations
```shell
python manage.py migrate
```Create Django super user and follow the prompts
```shell
python manage.py createsuperuser
```Run te server
```shell
python manage.py runserver
```Navigate to http://127.0.0.1:8000/ledger