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