enable compress

This commit is contained in:
j 2025-03-25 22:30:47 +00:00
parent aec089b4dd
commit d4543634e0

View file

@ -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 = []