Added CLI commands
This commit is contained in:
parent
2d877d91cc
commit
a4981c8c52
7 changed files with 350 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ from flask_sqlalchemy import SQLAlchemy
|
|||
# from sqlalchemy.orm import relationship
|
||||
from sqlalchemy import ForeignKey, Integer, String
|
||||
|
||||
db = SQLAlchemy()
|
||||
from database import db
|
||||
|
||||
# Pylint complains about too-few-public-methods. Methods will be added once
|
||||
# this is implemented.
|
||||
|
|
|
|||
Reference in a new issue