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

Extract zones from manage.py script #7

Open
ynerant opened this issue Mar 23, 2021 · 1 comment
Open

Extract zones from manage.py script #7

ynerant opened this issue Mar 23, 2021 · 1 comment

Comments

@ynerant
Copy link

ynerant commented Mar 23, 2021

Currently, zones can be extracted from a Django view.
This would be nice to have a manage.py script that dumps zone data.
We may also want to filter/exclude record types, for any reasons.

@erdnaxe
Copy link
Collaborator

erdnaxe commented Mar 27, 2021

I created a view to dump the zone because then you can curl directly the zone. I think it would be nice to have a manage.py dumpzone command for debugging purposes, but I don't really want users to start installing the Django project directly on the DNS server. Why do you want this?

We may also want to filter/exclude record types, for any reasons.

I agree, I am curious to know how this would be useful though. What do you propose? Should we use GET arguments to filter specific attributes?

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

2 participants