From 6bbe42eda4f3c6ea5491a4037e24111f9eb120c8 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Wed, 16 Jun 2021 10:54:18 +0200 Subject: [PATCH] Do not use webpack by default --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index 248be5cc..af4cae57 100644 --- a/app/settings.py +++ b/app/settings.py @@ -499,5 +499,5 @@ if DEBUG_TOOLBAR: } -USE_WEBPACK_DEV_SERVER = DEBUG +USE_WEBPACK_DEV_SERVER = False WEBPACK_DEV_SERVER_URL = "http://172.24.104.152:3000/" \ No newline at end of file -- 2.39.5