Exemplo n.º 1
0
def generate_index():
    """
    Generate index page
    """
    with open(os.path.join(_deploy_dir, 'index.html'), 'w',
              encoding='utf-8') as f:
        f.write(handler.index())
Exemplo n.º 2
0
def index():
    return handler.index()
Exemplo n.º 3
0
def generate_index():
    """
    Generate index page
    """
    with open(os.path.join(_deploy_dir, 'index.html'), 'w', encoding='utf-8') as f:
        f.write(handler.index())
Exemplo n.º 4
0
def index():
    return handler.index()