From d4543634e02298b16cd4058dc177fa2e13fa1484 Mon Sep 17 00:00:00 2001
From: j <j@mailb.org>
Date: Tue, 25 Mar 2025 22:30:47 +0000
Subject: [PATCH] enable compress

---
 camp/settings.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/camp/settings.py b/camp/settings.py
index d80126c..1d0d67f 100644
--- a/camp/settings.py
+++ b/camp/settings.py
@@ -20,6 +20,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 
 # SECURITY WARNING: don't run with debug turned on in production!
 DEBUG = True
+COMPRESS_ENABLED = True
 
 ALLOWED_HOSTS = []