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