- Django Python application
- [Django] (https://www.djangoproject.com/download/)
- [Python] (https://www.python.org/downloads/)
- [MySQL] (https://www.mysql.com/downloads/)
- [Slack] (https://slack.com/)
- [TravisCI] (https://travis-ci.com/)
- Aida Zahid
- Alexander Nedelchev
- Bojan Marjanovic
- Heider Jeffer
- Masha Reko
- Roberto Moreu Rubio
- [EMSE] (http://emse.space/)
- [MovieMe] (http://movieme.space/)
- Clone this repository
https://github.com/marjanovic93/emse-sppm.git
- Or if you already cloned it go to
master
branch withgit checkout master
and thengit pull
- Create a new branch
git checkout -b NAME_OF_THE_BRANCH
NAME_OF_THE_BRANCH should look like "your_initials" + "/name-of-the-feature" - Do some changes
- Then push the code
git push
- Submit a pull request for review
- Clone the repository
https://github.com/marjanovic93/emse-sppm.git
- Start the server using
python manage.py runserver
- Open in browser at
http://127.0.0.1:8000/