mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
fix shell
This commit is contained in:
parent
43babcf2d9
commit
530db2fdd4
1 changed files with 1 additions and 0 deletions
1
shell.py
1
shell.py
|
@ -1,6 +1,7 @@
|
||||||
from time import sleep
|
from time import sleep
|
||||||
|
|
||||||
import flask_migrate
|
import flask_migrate
|
||||||
|
from IPython import embed
|
||||||
from sqlalchemy_utils import create_database, database_exists, drop_database
|
from sqlalchemy_utils import create_database, database_exists, drop_database
|
||||||
|
|
||||||
from app.config import (
|
from app.config import (
|
||||||
|
|
Loading…
Reference in a new issue