mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
Add better terminal support for invoke server command
This commit is contained in:
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)
|
||||||
|
Reference in New Issue
Block a user