|
|
@ -2,7 +2,7 @@ from app import db
|
|
|
|
from marshmallow import Schema, fields, ValidationError, pre_load
|
|
|
|
from marshmallow import Schema, fields, ValidationError, pre_load
|
|
|
|
import datetime
|
|
|
|
import datetime
|
|
|
|
from sqlalchemy import Column, Integer, DateTime
|
|
|
|
from sqlalchemy import Column, Integer, DateTime
|
|
|
|
import flask_whooshalchemyplus
|
|
|
|
#import flask_whooshalchemyplus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
authors = db.Table('books_authors',
|
|
|
|
authors = db.Table('books_authors',
|
|
|
|