Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dtgoitia/personal-finance-old


https://github.com/dtgoitia/personal-finance-old

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# personal finance

An attempt to make my personal finances easier to manage.

## Install for development

* Requirements:

- `pipenv` Python package
- PostgreSQL DB.

```shell
pipenv install --dev
python manage.py migrate
python manage.py createsuperuser
# username: admin
# email: admin@localhost
# password: adminadmin
python manage.py makemigrations core
python manage.py migrate
```

## Usage

...

## Decision log

...