Browse Source

CMS: Default changed and added Parameter to config_example

master
Dirk Alders 2 months ago
parent
commit
cc614f0ee4
2 changed files with 4 additions and 1 deletions
  1. 3
    0
      config_example/config.py
  2. 1
    1
      pages/parameter.py

+ 3
- 0
config_example/config.py View File

@@ -4,7 +4,10 @@
4 4
 #
5 5
 # Piki Setting
6 6
 #
7
+# The root page to be used
7 8
 STARTPAGE = "startpage"
9
+# Activate content management system (view)
10
+# CMS_MODE = True
8 11
 
9 12
 #
10 13
 # Users library

+ 1
- 1
pages/parameter.py View File

@@ -11,7 +11,7 @@ def no_access(*args, **kwargs):
11 11
 
12 12
 
13 13
 DEFAULTS = {
14
-    CMS_MODE: True,
14
+    CMS_MODE: False,
15 15
 }
16 16
 
17 17
 

Loading…
Cancel
Save