From 57fceaae3a7373e5f025ca1cb16c90a8a635f347 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 10 Jun 2022 23:11:51 +0200 Subject: [PATCH] Remove shell command Fixes #3157 --- tasks.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tasks.py b/tasks.py index fdec7b4fcf..ccc4048507 100644 --- a/tasks.py +++ b/tasks.py @@ -96,12 +96,6 @@ def setup_dev(c): c.run('pre-commit autoupdate') -@task -def shell(c): - """Open a python shell with access to the InvenTree database models.""" - manage(c, 'shell', pty=True) - - @task def superuser(c): """Create a superuser/admin account for the database."""