Ejemplo n.º 1
0
def drop_indices(app):
    from .model import Annotation
    from annotator.document import Document
    with app.test_request_context():
        Annotation.drop_all()
        Document.drop_all()
Ejemplo n.º 2
0
def drop_indices(app):
    from .model import Annotation
    from annotator.document import Document
    with app.test_request_context():
        Annotation.drop_all()
        Document.drop_all()