You need to create a new database. I recommend postgresql.
createdb -U postgres moneymoney -h 127.0.0.1
Clone https://github.com/turulomio/django_moneymoney and https://github.com/turulomio/moneymoney repositories or download same version releases
cd django_moneymoney
poetry shell
poetry install
Edit settings.py if needed and run backend
python manage.py migrate
python manage.py createsuperuser
python manage.py loaddata_catalogs
python manage.py runserver
Compiles and hot-reloads for development
cd moneymoney
npm run dev
- Added totals to historical concepts report
- Added balance to creditcardoperations
- Assets Report preparation now hides charts
- Added zero risk assets to annual chart
- Added creditcard operation copy feature
- Fixed many bugs
- MoneyMoney frontend migrated to vue3 and vuetify3
- All features were added
- Adding missing features
- First version with almost all features migrated from xulpymoney project