mirror of
https://github.com/logos-co/open-law.git
synced 2025-01-14 00:46:09 +00:00
fix calling create_dummy_data
This commit is contained in:
parent
3a48f05388
commit
83ea316a97
@ -17,7 +17,7 @@ def init(app: Flask):
|
||||
@app.cli.command()
|
||||
def db_populate():
|
||||
"""Fill DB by dummy data."""
|
||||
from tests.db import create_dummy_data
|
||||
from tests.db.create_dummy_data import create_dummy_data
|
||||
|
||||
create_dummy_data()
|
||||
print("Dummy data added")
|
||||
|
Loading…
x
Reference in New Issue
Block a user