Welcome to our Django to-do application's README page! You've come to the right place if you're looking for a dependable and effective budget application. The Django Budget App is a web-based budgeting application that allows users to manage their finances by adding, categorizing, and tracking their expenses. With this application, users can create their own custom categories, use default categories, and calculate their budget categorical-wise.
User authentication and authorization Add and edit custom categories Default categories for common expenses Add and edit expenses for each category View and analyze expenses by category Generate reports to view spending patterns and budget performance
- Clone the repository
git clone https://github.com/sea-rod/Budget-Helper.git
- Change the working directory
cd Budget-Helper
- Install dependencies
pip install -r requirements.txt
or
python -m pip insatll -r requirements.txt
- Then run the
python manage.py migrate
to make create tables in the database
python manage.py migrate
- Then run the
python manage.py collectstatic
command
python manage.py collectstatic
- Start the development server
python manage.py runserver
Note: Do not use the this server for production
-
Open your web browser and navigate to http://127.0.0.1:8000 to use the application.
-
Thats all your good to go. Enjoy the app 💖!!
Change the .env file according to your needs.
- Log in to your account.
- Click on the user profile dropdown menu in the navigation menu.
- Click on the "Add Category" button.
- Enter the name and budget of the new category.
- Click on the "Confirm" button.
- Log in to your account.
- Click on the "Analytics" link in the navigation menu.
- Click on "Update" button besides the cateogory you want to edit.
- Update the name and budget of the category.
- Click on the "Confirm" button.
- Log in to your account.
- Click on "+ Add Expense" box in the body (if no expense is added)
- Click on "+ Add Expense" button (if atleast one expense is added)
- Enter the Cateogry and the expense value.
- Click on the "Confirm" button.
- Django: Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.
Contributions to the Django Budget App are welcome! Please submit a pull request with any changes or improvements you would like to make.
This project is licensed under the MIT license - see License
file for details.