Repo for our awesome Django website for everyone.
##Requirements
- Python 3.5
- Django 1.10.2
-
Fork this repo.
-
Checkout
developbranchgit checkout develop -
Make a feature branch following this convention
issue-number(e.g.issue-101)git checkout -b issue-101 -
Develop your features locally.
-
Run unittests
-
Submit a pull request to the
developbranch.