From 027c04935f3dac6e615c7164f332eb12b0e947f2 Mon Sep 17 00:00:00 2001 From: willi pink Date: Fri, 7 Oct 2022 13:11:05 +0200 Subject: [PATCH] define django version --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 527e923..69a014a 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true pudb = "*" [packages] -django = "*" +django = "==4.1" [requires] python_version = "3.8"