From ca6994566dced4dc8bbf4b1b64e4846fa4ab24e9 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 28 Sep 2020 21:26:40 +1000 Subject: [PATCH] Add better terminal support for invoke server command --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index cbf9d1722c..9948b470d1 100644 --- a/tasks.py +++ b/tasks.py @@ -256,4 +256,4 @@ def server(c, address="127.0.0.1:8000"): 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)