Skip to content

Commit

Permalink
feat: APP_NAME 统一 (closed #363)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt committed Aug 9, 2024
1 parent 0b17383 commit 2d329e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
除setting外的其他context_processor内容,均采用组件的方式(string)
"""
WEB_TITLE_MAP = {
"ieod": _("{app_name} | 腾讯蓝鲸智云").format(app_name=settings.APP_NAME),
"open": _("{app_name} | 腾讯蓝鲸智云").format(app_name=settings.APP_NAME),
"ieod": _("{app_name} | 蓝鲸智云").format(app_name=settings.APP_NAME),
"open": _("{app_name} | 蓝鲸智云").format(app_name=settings.APP_NAME),
}


Expand Down

0 comments on commit 2d329e3

Please sign in to comment.