From 11190ada2ddd5721d88be2c217ecf43a17e6da83 Mon Sep 17 00:00:00 2001 From: tcely Date: Sat, 22 Feb 2025 08:25:32 -0500 Subject: [PATCH] We still need to pin django also --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index abbe48b9..00389093 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true autopep8 = "*" [packages] -django = "*" +django = "~=3.2" django-sass-processor = "*" libsass = "*" pillow = "*"