added TINYWIKI_HOME settings for settings the app-specific homepages of the wiki

This commit is contained in:
2025-12-30 05:32:47 +01:00
parent e4fd21f998
commit 14c1d9d978
2 changed files with 5 additions and 4 deletions

View File

@@ -35,4 +35,6 @@ TINYWIKI_BASE_TEMPLATE = getattr(
"tinywiki/base.html")
)
TINYWIKI_HOME = getattr(settings, "TINYWIKI_HOME", "tw-home")
USE_BOOTSTRAP = getattr(settings, "USE_BOOTSTRAP", False)