コード例 #1
0
ファイル: api.py プロジェクト: UW-Enlight/enlight-backend
def gDBPop():
    """Populate the database with the default values."""
    fountain.db_createTables()
    fountain.db_loadDefaults()
    return "ok"