Windows, Linux and Mac OS X
Download The Repository in a Zip file and Unzip all the Contents
Setup a Virtual Environment and activate it
Run the command pip install -r requirements.txt in your shell
Run the command python manage.py runserver
Events Screen
Event Details Screen
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request