This web app helps you track easily your accounts. Add transactions, transfers and import data from any website using (or creating) an importation model. Internet connection is not used, and you can always export your data in CSV files. You can also have multiple users.
The login page:
The accounts page:
The account page:
The transactions page:
The transfers page:
The importation page:
You need to have Python and Poetry installed.
Install the environment and configure the server:
poetry install
poetry run python manage.py makemigrations
poetry run python manage.py migrate
poetry run python manage.py createsuperuser
Start the server:
poetry run python manage.py runserver





