Ejemplo n.º 1
0
def recreate_course_table():
    Course.drop_table(fail_silently=True)
    Course.create_table(fail_silently=True)