2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Remove shell command

Fixes #3157
This commit is contained in:
Matthias
2022-06-10 23:11:51 +02:00
parent d9efe27f8a
commit 57fceaae3a

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