This commit is contained in:
2022-05-06 16:37:35 +08:00
parent be61f0c5cc
commit f4eecf9bd9
352 changed files with 73665 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ DEBUG = True
ALLOWED_HOSTS = ['*']
INSTALLED_APPS = [
'simpleui',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
@@ -103,3 +104,16 @@ DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
CORS_ORIGIN_ALLOW_ALL = True
CORS_ALLOW_CREDENTIALS = True
# Admin
SIMPLEUI_INDEX = '/'
SIMPLEUI_LOGO = 'https://alicdn.taoya.art/img/202205061636619.png'
SIMPLEUI_HOME_INFO = False
SIMPLEUI_HOME_ACTION = False
SIMPLEUI_ANALYSIS = False
LANGUAGE_CODE = 'zh-hans'