From 530db2fdd44a0d2dcbb722eb35fa11699f700e99 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Fri, 11 Sep 2020 16:44:24 +0200 Subject: [PATCH] fix shell --- shell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.py b/shell.py index 56f854c9..a4343320 100644 --- a/shell.py +++ b/shell.py @@ -1,6 +1,7 @@ from time import sleep import flask_migrate +from IPython import embed from sqlalchemy_utils import create_database, database_exists, drop_database from app.config import (