from django.apps import AppConfig class FeedsConfig(AppConfig): """Configuration for the feeds app.""" name = "feeds"