Add empty feeds app

This commit is contained in:
Joakim Hellsén 2026-03-24 00:21:03 +01:00
commit c971117e67
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
8 changed files with 35 additions and 1 deletions

7
feeds/apps.py Normal file
View file

@ -0,0 +1,7 @@
from django.apps import AppConfig
class FeedsConfig(AppConfig):
"""Configuration for the feeds app."""
name = "feeds"