Skip to content

Commit 3356235

Browse files
committed
Add option to disable django compressor
1 parent 05e2318 commit 3356235

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/prod.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ FROM_EMAIL='wger Workout Manager <[email protected]>'
157157
# Needs a working email configuration
158158
# DJANGO_ADMINS=your name,[email protected]
159159

160+
# Whether to compress css and js files into one (of each)
161+
# COMPRESS_ENABLED=True
162+
160163
#
161164
# Django Rest Framework
162165
# The number of proxies in front of the application. In the default configuration only nginx

0 commit comments

Comments
 (0)