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
feature-issue-number
(e.g.feature-101
)git checkout -b feature-101
-
Develop your features locally.
-
Run unittests
-
Submit a pull request to the
develop
branch.