More files
This commit is contained in:
@ -1,2 +1,10 @@
|
||||
from .seed import seed_admin
|
||||
from .preload import preload_data
|
||||
from .seed import preload_data, seed_admin
|
||||
|
||||
cli_commands = [
|
||||
preload_data,
|
||||
seed_admin
|
||||
]
|
||||
|
||||
def register_cli(app):
|
||||
for command in cli_commands:
|
||||
app.cli.add_command(command)
|
||||
|
Reference in New Issue
Block a user