Explorar o código

Set site name to Wagtail Bakery

'Main' isn't really suitable as a site name, because it results in a limited-permission user (e.g. an editor with edit permission on the Blog section only) receiving the welcome message "Welcome to the Main Wagtail CMS".
Matt Westcott %!s(int64=7) %!d(string=hai) anos
pai
achega
f5ee393957
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bakerydemo/base/fixtures/bakerydemo.json

+ 1 - 1
bakerydemo/base/fixtures/bakerydemo.json

@@ -1187,7 +1187,7 @@
   "fields": {
     "hostname": "127.0.0.1",
     "port": 8000,
-    "site_name": "Main",
+    "site_name": "Wagtail Bakery",
     "root_page": 60,
     "is_default_site": true
   }