dnscms: add studio page

This commit is contained in:
2026-05-19 06:09:54 +02:00
parent 843062bb13
commit 509a50c321
8 changed files with 189 additions and 0 deletions
+2
View File
@@ -37,6 +37,7 @@ INSTALLED_APPS = [
"news",
"openinghours",
"sponsors",
"studio",
# end cms apps
"grapple",
"graphene_django",
@@ -206,6 +207,7 @@ GRAPPLE = {
"news",
"openinghours",
"sponsors",
"studio",
],
"EXPOSE_GRAPHIQL": True,
"PAGE_SIZE": 100,