Separate public gitlab api
Added a public = False default call to gitlab_get_project and a public=public default call to gitlab_get_issue. This will allow views to call the public API vs the private token_based API in the gitlab objects without retroactively breaking anything (views default to public = False and will only change if updated.)
Testing via manage.py tests and also just manual testing, all tests pass.