Example #1
0
def gDBPop():
    """Populate the database with the default values."""
    fountain.db_createTables()
    fountain.db_loadDefaults()
    return "ok"