SyndicationConfig
This class provides the configuration for the Django syndication framework, which allows for the generation of RSS and Atom feeds. It defines the application name and a human-readable verbose name for use within the administrative interface.
Attributes
| Attribute | Type | Description |
|---|---|---|
| name | string = "django.contrib.syndication" | Full Python path to the application used by Django for unique identification. |
| verbose_name | string = _("Syndication") | Human-readable name for the application used in the administration interface and log messages. |
Methods
ready()
def ready() - > null
Performs initialization tasks for the syndication application once the Django registry is fully populated.
Returns
| Type | Description |
|---|---|
null | Nothing is returned |