diff --git a/notification/apps.py b/notification/apps.py index 9eb04c30..d8ff6e35 100644 --- a/notification/apps.py +++ b/notification/apps.py @@ -3,5 +3,5 @@ class AppConfig(BaseAppConfig): - name = "django-notification" + name = "notification" verbose_name = "Django Notifications"