mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
Add better terminal support for invoke server command
This commit is contained in:
parent
2ef8464a83
commit
ca6994566d
2
tasks.py
2
tasks.py
@ -256,4 +256,4 @@ def server(c, address="127.0.0.1:8000"):
|
|||||||
Note: This is *not* sufficient for a production installation.
|
Note: This is *not* sufficient for a production installation.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
manage(c, "runserver {address}".format(address=address))
|
manage(c, "runserver {address}".format(address=address), pty=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user