Repo for our awesome Django website.
##Requirements
- Python 3.5
- Django 1.10.2
-
Fork this repo.
-
Checkout
develop
branchgit 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
develop
branch.