dnscms: add sponsors page

This commit is contained in:
2025-07-28 03:38:54 +02:00
parent 7d1836f973
commit 8e8ca4f147
6 changed files with 100 additions and 0 deletions
+2
View File
@@ -36,6 +36,7 @@ INSTALLED_APPS = [
"venues",
"news",
"openinghours",
"sponsors",
# end cms apps
"grapple",
"graphene_django",
@@ -200,6 +201,7 @@ GRAPPLE = {
"venues",
"news",
"openinghours",
"sponsors",
],
"EXPOSE_GRAPHIQL": True,
}