Ejemplo n.º 1
0
def start_site():
    """
    Start only site
    """
    check_statuses()
    _start_server()
Ejemplo n.º 2
0
def start_site():
    """
    Start only site
    """
    _start_server()
Ejemplo n.º 3
0
def start_site():
    """
    Start only site
    """
    migrate()
    _start_server()