carlxaeron / django-rosetta

Automatically exported from code.google.com/p/django-rosetta
MIT License
0 stars 0 forks source link

Allow generic restarting of servers #68

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice if we were able to specify a generic command to restart the 
server. For all of us who don't use mod_wsgi.

My proposed setting would be:

ROSETTA_RESTART_COMMAND = '/path/to/my/command/ someargument 
someotherargument'

Original issue reported on code.google.com by OjiiDotCh on 2 Feb 2010 at 10:49