Remove shell command

Fixes #3157
This commit is contained in:
Matthias 2022-06-10 23:11:51 +02:00
parent d9efe27f8a
commit 57fceaae3a
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093
1 changed files with 0 additions and 6 deletions

View File

@ -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."""