Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1008 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 1008 Bytes

Nummade-Kochi

Nummade Kochi is an charitable organisation started by the students and the passouts of MEC. This is a site to serve the needy by letting the kind hearted people donate items to the managers of the site, who in turn will supply it to the needy. You can contribute to the noble cause by the means this website.

How to contribute?

  • First fork this repo and install the following dependencies on an virtual enviornment, More details about it is here

    • Python 3.5
    • Django 1.10.2 (pip3 install django==1.10.2)
    • Pillow 4.0.0 (pip3 install pillow==4.0.0)
    • Unipath (pip3 install unipath==1.1)

Help needed? Start an issue on Github.

Add upstream as https://github.com/isht3/Nummade-Kochi.git as

git remote add upstream https://github.com/isht3/Nummade-Kochi.git

and everytime your work is started on a branch, update your fork using the commands,

  • git fetch upstream
  • git rebase upstream/master