Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtgoitia/personal-finance-old
https://github.com/dtgoitia/personal-finance-old
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dtgoitia/personal-finance-old
- Owner: dtgoitia
- Created: 2020-06-23T17:06:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:59:14.000Z (about 2 years ago)
- Last Synced: 2024-10-28T13:55:27.673Z (2 months ago)
- Language: Python
- Size: 108 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
...