From 72fe97717883827b20a8e8948c9b3132b58103e7 Mon Sep 17 00:00:00 2001 From: Seamus Johnston Date: Thu, 8 Jun 2023 11:12:07 -0500 Subject: [PATCH] Respond to PR feedback --- docs/developer/registry-access.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/developer/registry-access.md b/docs/developer/registry-access.md index 4ec5440dd..d2df556e9 100644 --- a/docs/developer/registry-access.md +++ b/docs/developer/registry-access.md @@ -12,7 +12,7 @@ ## Debugging in a Python shell -You'll first need access to a Django shell in an environment with valid registry credentials. For example: +You'll first need access to a Django shell in an environment with valid registry credentials. Only some environments are allowed access: your laptop is probably not one of them. For example: ```shell cf ssh getgov-ENVIRONMENT @@ -99,3 +99,5 @@ request = commands.InfoDomain(name="ok.gov") registry._client.transport.send(request.xml()) response = registry._client.transport.receive() ``` + +This is helpful for debugging situations where epplib is not correctly or fully parsing the XML returned from the registry.