Skip to content

Commit a00d1a1

Browse files
author
christopher lee
committed
Disable ecommerce django toolbar
There is currently an issue only on devstack where some of the pages on ecommerce is taking very long to load (on the order of minutes) when the django debug toolbar is enabled.
1 parent 39b0929 commit a00d1a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ services:
121121
stdin_open: true
122122
tty: true
123123
environment:
124-
ENABLE_DJANGO_TOOLBAR: 1
124+
ENABLE_DJANGO_TOOLBAR: 0
125125
image: edxops/ecommerce:latest
126126
ports:
127127
- "18130:18130"

0 commit comments

Comments
 (0)