notifications.appsΒΆ

Configures the Notifications application and its settings for inclusion in the Django project.

ClassesΒΆ

NotificationsConfig

Configures the Notifications application, including its name and other settings for Django.

Module ContentsΒΆ

class notifications.apps.NotificationsConfig(app_name, app_module)[source]ΒΆ

Bases: django.apps.AppConfig

Configures the Notifications application, including its name and other settings for Django.

default_auto_field = 'django.db.models.BigAutoField'[source]ΒΆ
name = 'notifications'[source]ΒΆ