django_dynamic_theme.apps ========================= .. py:module:: django_dynamic_theme.apps .. autoapi-nested-parse:: Application configuration for the main app. Classes ------- .. autoapisummary:: django_dynamic_theme.apps.DjangoDynamicThemeConfig Module Contents --------------- .. py:class:: DjangoDynamicThemeConfig Bases: :py:obj:`django.apps.AppConfig` Sets the configuration of the main app. .. py:attribute:: default_auto_field :value: 'django.db.models.BigAutoField' .. py:attribute:: name :value: 'django_dynamic_theme' .. py:method:: ready() -> None Imports the signals to the app configuration.