fix bugs and support all platform
This commit is contained in:
@@ -4,3 +4,8 @@ from django.apps import AppConfig
|
||||
class CoreConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'core'
|
||||
|
||||
def ready(self):
|
||||
"""应用启动时执行"""
|
||||
# 导入Admin扩展
|
||||
import core.admin_extended
|
||||
|
||||
Reference in New Issue
Block a user