mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 01:36:00 +02:00
Respond to PR feedback
This commit is contained in:
parent
0bd07bb8ed
commit
72fe977178
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue