Daanbaksho is a donation management system. It has functionalities to donate money, food, and clothes. It integrates Tawk.to chat API. The system is designed to handle 8 types of users including donors, volunteers, coordinators, and so on. There are options to post news/reports and project info.
It is bulit with Django.
To run this project, you need to install Python. Then you need to install some packages.
Please Run:
pip install -r requirements.txt
To run this application, go to the project folder and open a terminal window and run:
python manage.py runserver
Then go to http://localhost:8000
Replace Secret Key, Email Information and tawk.to API key with your own.
Admin Panel Info:
Username: admin
Password: admin1234
You can create a new superuser by running
python manage.py createsuperuser
- Registration
- Login
- Logout
- Add News
- Add Project
- Add Report
- Add Event
- Add Donation
- Donate Food
- Donate Clothes
- Donate Money
- Donate to a Project
- Add Project
- Robust User Manegment with Access Control
Threre are total several types of users. They are-
- Donor
- Volunteer
- Volunteer Coordinator
- Doantion Coordinator
- Public Relations Coordinator
- Public Relations Officer
- Admin
GNU General Public License Version 3
Email: info@sajidifti.com