mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
6
tasks.py
6
tasks.py
@ -96,12 +96,6 @@ def setup_dev(c):
|
|||||||
c.run('pre-commit autoupdate')
|
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
|
@task
|
||||||
def superuser(c):
|
def superuser(c):
|
||||||
"""Create a superuser/admin account for the database."""
|
"""Create a superuser/admin account for the database."""
|
||||||
|
Reference in New Issue
Block a user