优化我的站点信息展示

This commit is contained in:
ngfchl
2022-09-14 13:04:50 +08:00
parent 6140286294
commit 059a176b56
12 changed files with 106 additions and 54 deletions

6
util/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class UtilConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'util'