fix Makefile after Python deps update
This commit is contained in:
@ -19,7 +19,7 @@ def drop_db():
|
||||
|
||||
|
||||
@app.cli.command()
|
||||
def init_data():
|
||||
def initdata():
|
||||
"""Init the database."""
|
||||
admin = User(
|
||||
username='admin',
|
||||
|
Reference in New Issue
Block a user