]> git.parisson.com Git - teleforma.git/commitdiff
Do not use webpack by default
authorYoan Le Clanche <yoan@dockdev.pilotsystems.net>
Wed, 16 Jun 2021 08:54:18 +0000 (10:54 +0200)
committerYoan Le Clanche <yoan@dockdev.pilotsystems.net>
Wed, 16 Jun 2021 08:54:18 +0000 (10:54 +0200)
app/settings.py

index 248be5ccf03950afc88bd3b0d7c4aee142a7a157..af4cae57f97e786a43a0d965d0257e13b692c212 100644 (file)
@@ -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