custom columns unfinished
This commit is contained in:
@ -199,3 +199,9 @@ def update_dir_stucture(book_id):
|
||||
os.renames(path, new_author_path)
|
||||
book.path = new_authordir + "/" + book.path.split("/")[1]
|
||||
db.session.commit()
|
||||
|
||||
def get_custom_columns(id):
|
||||
cc = db.session.query(db.Custom_Columns).all()
|
||||
for c in cc:
|
||||
print c.name
|
||||
|
||||
|
Reference in New Issue
Block a user