This repository contains a simple expense manager project created using Django and Python.
The project uses three Django apps:
- Default: Shows default views and the home page.
- ManageUsers: Helps to manage users.
- ExpenseManager: Contains a dashboard that can split an ammount and download CSV files.
-
Authentication and Authorization
You can sign in/sign up and access the dashboard. -
View User Data
You can view all user data, which contains user name, email, and phone number from the SQLite3 database. It uses pagination and shows 10 results per page. Please note that this feature does not require any authorization. -
Dashboard
Dashboard to perform operations, such as splitting by equal, partitions, and percentage.
For testing, you can sign in with the following credentials:
- Email:
[email protected]
- Password:
123456