fix: proper(?) db support, add examples of data insertion and selection
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
# - HTTP status code,
|
||||
# - human-readable status message,
|
||||
# - json with appropriate data
|
||||
from datetime import datetime
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
from functools import wraps
|
||||
from lewy_globals import getDb, colors as c
|
||||
|
||||
Reference in New Issue
Block a user