Add Django runserver functionality to enable hot-reload for development #1392
Unanswered
deliciouslytyped
asked this question in
Getting Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Desired Behavior
Somehow integrate Django runserver functionality to the NetBox Docker bundle, enabling python hot-reload functionality, making (plugin?) development easier.
Contrast to Current Behavior
netbox-docker doesn't have this?
Required Changes
I haven't done the research to figure out how this works or should work. Needs input.
My limited understanding is that the container currently starts the nginx unit server. How would you use runserver in (an existing) container?
Edit: looks like there is some precedent for this: #746
Discussion: Benefits and Drawbacks
No response
Beta Was this translation helpful? Give feedback.
All reactions