Respond to PR feedback

This commit is contained in:
Seamus Johnston 2023-06-08 11:12:07 -05:00
parent 0bd07bb8ed
commit 72fe977178
No known key found for this signature in database
GPG key ID: 2F21225985069105

View file

@ -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.