Skip to content

Commit

Permalink
build: change ui
Browse files Browse the repository at this point in the history
Make the background more beautiful by changing django's native ui.
  • Loading branch information
林京 committed Oct 25, 2023
1 parent 9575dbb commit d573d64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hinghwa-dict-backend/HinghwaDict/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
# Application definition

INSTALLED_APPS = [
"simpleui",
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
Expand Down Expand Up @@ -305,3 +306,7 @@
"LOCATION": "pronunciation_ranking_cache_table",
},
}
SIMPLEUI_LOGO = 'https://hinghwa.cn/img/blue.7169aa26.svg'
SIMPLEUI_HOME_INFO = False
SIMPLEUI_HOME_ACTION = False
SIMPLEUI_ANALYSIS = False

0 comments on commit d573d64

Please sign in to comment.