diff options
Diffstat (limited to 'manager.py')
-rwxr-xr-x | manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ manager.add_command("db", MigrateCommand) def db_empty(): "Will drop every datas stocked in db." with application.app_context(): - web.models.db_empty(db) + newspipe.models.db_empty(db) @manager.command |