I have a management command that does some manipulation of the database so I don’t want it running while the server is up. Is there a way to tell if the server is running from a management command
I have a management command that does some manipulation of the database so I don’t want it running while the server is up. Is there a way to tell if the server is running from a management command