diff --git a/sophon/core/apps.py b/sophon/core/apps.py index 26f78a8..d518a18 100644 --- a/sophon/core/apps.py +++ b/sophon/core/apps.py @@ -2,4 +2,5 @@ from django.apps import AppConfig class CoreConfig(AppConfig): - name = 'core' + name = 'sophon.core' + verbose_name = "Sophon Core"