Neeraj Dhiman
Neeraj Dhiman
I am trying to deploy a Django app with Zappa using. I have created virtualenv using pyenv. ## Context Following commands confirms the correct virtualenv ``` ▶ pyenv which zappa...
I have a url as ``` url(r'^test-me/(?P(pass|fail))/(?P{uuid})/$'.format(uuid=UUID_REGEX), verify_test, name='verify-test'), ``` - where `test_type` can be either `pass` or `fail` This url is working fine and correctly validating when `test_type not...
- Is their anyway we can set-up this `kong-dashboard` on kubernetes. - I tried the same but since it will be set up in different container then it will not...
- I have installed latest `Release 1.3.1` but it don't have latest code as you have in your master branch. e.g., 1) Earlier you have `_clean_data` as separate function but...
- I have both `Django` and `Postgres` service running. - But I am confused what will be the host here ? - Is their any pattern or Rule to configure...