소스 검색

More human-friendly WAGTAIL_SITE_NAME

Matt Westcott 4 달 전
부모
커밋
d026264521
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bakerydemo/settings/base.py

+ 1 - 1
bakerydemo/settings/base.py

@@ -194,7 +194,7 @@ WAGTAILSEARCH_BACKENDS = {
 }
 
 # Wagtail settings
-WAGTAIL_SITE_NAME = "bakerydemo"
+WAGTAIL_SITE_NAME = "The Wagtail Bakery"
 
 WAGTAIL_I18N_ENABLED = True