We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093e9f9 commit 49a87b9Copy full SHA for 49a87b9
mysite/settings/base.py
@@ -48,6 +48,7 @@
48
"django.contrib.sessions",
49
"django.contrib.messages",
50
"django.contrib.staticfiles",
51
+ "django.contrib.postgres",
52
]
53
54
MIDDLEWARE = [
requirements.txt
@@ -1,7 +1,7 @@
1
-Django>=5.2,<5.3
2
-wagtail>=7.1,<7.2
+Django>=6.0,<6.1
+wagtail>=7.2,<7.3
3
4
-dj-database-url==2.3
5
-psycopg[binary]>=3.2,<3.3
+dj-database-url==3.1
+psycopg[binary]>=3.3,<3.4
6
django-storages>=1.14
7
boto3>=1.38
0 commit comments