def restart():
    """ Restarts gunicorn and nginx. """
    gunicorn.restart()
    nginx.restart()
Exemplo n.º 2
0
def restart():
    """ Restarts gunicorn and nginx. """
    gunicorn.restart()
    nginx.restart()