home.apps

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

Classes

HomeConfig

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

Module Contents

class home.apps.HomeConfig(app_name, app_module)[source]

Bases: django.apps.AppConfig

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

default_auto_field = 'django.db.models.BigAutoField'[source]
name = 'home'[source]