From 07ccd8d208a93dd4bed5f7abc9aab895bd8be5e3 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Sat, 2 Aug 2025 00:58:38 +0200 Subject: [PATCH] Added flatpages-extra --- djangoproject/settings/common.py | 1 + djangoproject/urls/www.py | 1 + requirements/common.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/djangoproject/settings/common.py b/djangoproject/settings/common.py index f36e44411a..b3dd7c799e 100644 --- a/djangoproject/settings/common.py +++ b/djangoproject/settings/common.py @@ -75,6 +75,7 @@ "django_hosts", "sorl.thumbnail", "djmoney", + "flatpages_extra", "django.contrib.sites", "django.contrib.auth", "django.contrib.admin", diff --git a/djangoproject/urls/www.py b/djangoproject/urls/www.py index 22edfa7361..ec3b82cf74 100644 --- a/djangoproject/urls/www.py +++ b/djangoproject/urls/www.py @@ -139,6 +139,7 @@ path("weblog/", include("blog.urls")), path("download/", include("releases.urls")), path("svntogit/", include("svntogit.urls")), + path("flatpagesextra/", include("flatpages_extra.urls")), path("", include("legacy.urls")), ] diff --git a/requirements/common.txt b/requirements/common.txt index 2b18f043cd..10ac7947bb 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,6 +1,7 @@ Babel==2.17.0 django-contact-form==5.2.0 django-countries==7.6.1 +django-flatpages-extra==0.17.0 django-hosts==5.1 django-money==3.5.4 django-push @ git+https://github.com/brutasse/django-push.git@22fda99641cfbd2f3075a723d92652a8e38220a5