At first, fork this repositories
git clone https://github.com/<your_username>/fundRaiser.git
$ cd fundRaiser
-
For Windows
venv\Scripts\Activate.ps1
-
For Linux/MacOS
source venv/scripts/activate
pip install -r requirements.txt
python manage.py make migrations
python manage.py migrate
python manage.py runserver
Make the desired changes
git checkout -b <branch_name>
git add <file-name>
git add .
git commit -m "Your Message"