INSTALLATION:
1.- Install Virtualenv, and activate
2.- Clone the project
3.- Install requirements with: pip install -r requirements.txt
4.- Run Project with: ./manage.py runserver
TO MAKE A CHANGE:
1.- Create a Branch with the name of your change
2.- Upload the changes to your branch
3.- Make a Pull Request