-
When writing custom scripts, is it considered acceptable to still use the REST API to interact with Netbox objects, or is it best practice to always use ORM? |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Jan 8, 2024
Replies: 1 comment
-
I'd say best practice is to use ORM:
You also have a wider range of Django ORM filtering facilities available. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wz4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd say best practice is to use ORM:
You also have a wider range of Django ORM filtering facilities available.