Rob van Loon
Rob van Loon
I browsed through `pavement.py` and the [documentation](http://docs.geohealthcheck.org/en/latest/index.html) and I came to this list of CLI commands: # Paver - setup: setup plugin dependencies - create_secret_key - create: db and superuser...
To summarise the discussion and actions: ## Short term solution - Keep `paver` and all current paver commands (in order to *not* brake any existing tool chains) - Introduce `click`...
This looks like a nice solution to me (although I would keep the default to `GHC_VERIFY_SSL = True`). Can we add this to the main repository?
Giving it a little more thought: instead of `True` or `False`, it's also possible to verify with a separate certificate (eg. self-assigned certificate that we trust). See the [documentation of...
@chrismayer which code base/docker build did you use? I don't think this feature is added yet to the main repository.
I now read the comments on the PYTHONPATH in the ``README``. That would fix the issue, but perhaps we can find a more elegant solution. Some people might prefer using...
I'll make a switch to set the display on/off. There might be other cases where you are not interested in the display.
Fixed by commit: 3df6476