feat: add profile api
This commit is contained in:
@@ -107,6 +107,10 @@ USE_I18N = True
|
||||
USE_TZ = True
|
||||
|
||||
STATIC_URL = 'static/'
|
||||
STATICFILES_DIRS = [BASE_DIR / 'static']
|
||||
|
||||
# 机构 Banner 默认图(当 Institution.banner_url 为空时回退使用,相对 STATIC_URL)
|
||||
DEFAULT_INSTITUTION_BANNER = 'institutions/default_hospital.png'
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user