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]