Skip to content

Instantly share code, notes, and snippets.

@asvdvl
Last active January 14, 2025 22:59
Show Gist options
  • Save asvdvl/42db9eff7babd829b84d95ca8a270944 to your computer and use it in GitHub Desktop.
Save asvdvl/42db9eff7babd829b84d95ca8a270944 to your computer and use it in GitHub Desktop.
{% for service in queryset %}{% for ipa in service.ipaddresses.all() %}
{{ ipa.address.ip }} {{ service.name }}
{% endfor %}{% endfor %}
# exporting example:
# 10.0.0.1 www
# 2001:0db8::1 www
# 2001:0db8::2 netbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment