Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in "Quickstart" section in readme. #245

Open
rajeshyogeshwar opened this issue Sep 24, 2021 · 0 comments
Open

Typo in "Quickstart" section in readme. #245

rajeshyogeshwar opened this issue Sep 24, 2021 · 0 comments

Comments

@rajeshyogeshwar
Copy link

rajeshyogeshwar commented Sep 24, 2021

In the quickstart section, the desired signature url is as follows

/domain/ <- Domains list
/domain/{pk}/ <- One domain, from {pk}
/domain/{domain_pk}/nameservers/ <- Nameservers of domain from {domain_pk}
/domain/{domain_pk}/nameservers/{pk} <- Specific nameserver from {pk}, of domain from {domain_pk}

and just below that in how to do it example we have a line,
domains_router = routers.NestedSimpleRouter(router, r'domains', lookup='domain')

Given that it's one example, the urls should have been

/domains/ <- Domains list
/domains/{pk}/ <- One domain, from {pk}
/domains/{domain_pk}/nameservers/ <- Nameservers of domain from {domain_pk}
/domains/{domain_pk}/nameservers/{pk} <- Specific nameserver from {pk}, of domain from {domain_pk}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant