7 lines
129 B
Python
7 lines
129 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class FeedsConfig(AppConfig):
|
|
"""Configuration for the feeds app."""
|
|
|
|
name = "feeds"
|