mirror of
https://git.cmoser.eu/tinytools/django-tinywiki.git
synced 2026-02-04 06:06:33 +01:00
added TINYWIKI_HOME settings for settings the app-specific homepages of the wiki
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user