Hi Antonis, On 2018-01-08 22:46, Antonis Christofides wrote:
OK, but why do you need this? What functionality is this going to have?
As I wrote in my original question, I'm attempting to write a Django application for managing DHCP leases and DNS entries.
So, if a user changes an entry by modifying a model in Django, I need to update some external files and restart a process so the new files will be reread.
I might be approaching this the wrong way, but I would really like my Django application to "own" this process, so I would like a global instance of that which I could start/restart/kill from my Django application.
I'm perfectly open for other ways to solve this, it just seemed like a fairly obvious way to do it, but I could very well be wrong.
Thanks a lot and kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4b8dbfdc-27cf-2922-25c8-bf33f0dbf10e%40stacktrace.dk. For more options, visit https://groups.google.com/d/optout.

