feat(core): Run meta models create on Core module ready

ref: #770 #759
This commit is contained in:
2025-05-21 02:19:51 +09:30
parent 49e66df006
commit 5aae562caf

View File

@ -4,3 +4,7 @@ from django.apps import AppConfig
class CoreConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'core'
def ready(self):
import core.models.meta