@ -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
|
||||
|
Reference in New Issue
Block a user