Hotfix for create_database script
This commit is contained in:
parent
0ace54a8fd
commit
2271b0427c
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
import add_admins
|
import add_admins
|
||||||
|
|
||||||
from app import app_manager, db
|
from app import create_app, db
|
||||||
|
|
||||||
|
app_manager = create_app()
|
||||||
|
|
||||||
entry_sets = {
|
entry_sets = {
|
||||||
"admins": add_admins.add,
|
"admins": add_admins.add,
|
||||||
|
|
Loading…
Reference in a new issue