A family-oriented personal finance management application
SweetMoney is a Django-based web application designed to help families manage their finances collaboratively. The application organizes expenses, income, and investments into customizable flow groups, making it easy to track financial activity across different family members.
Now, you can try SweetMoney at our Demo Server:
Address: demo.sweetmoney.ca
Users:
Install required packages:
pip install Django
pip install python-dateutil
pip install django-money==3.4.1
pip install py-moneyed==3.0
pip install requests
pip install whitenoise
pip install django-pwa
pip install channels>=4.0.0
pip install channels-redis>=4.1.0
pip install daphne>=4.0.0
pip install supervisor
pip install psycopg2-binary
pip install bleach>=6.0.0
pip install django-csp>=3.8
Or install all at once:
pip install Django python-dateutil django-money==3.4.1 py-moneyed==3.0 requests whitenoise django-pwa channels>=4.0.0 channels-redis>=4.1.0 daphne>=4.0.0 supervisor psycopg2-binary bleach>=6.0.0 django-csp>=3.8
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
http://localhost:8000 and proceed with admin user setupFor production deployment, SweetMoney includes Docker support. See our WIKI for more details.
Made with ❤️ for families who want to take control of their finances