Add empty feeds app
This commit is contained in:
parent
b112b69f52
commit
c971117e67
8 changed files with 35 additions and 1 deletions
7
feeds/apps.py
Normal file
7
feeds/apps.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class FeedsConfig(AppConfig):
|
||||
"""Configuration for the feeds app."""
|
||||
|
||||
name = "feeds"
|
||||
Loading…
Add table
Add a link
Reference in a new issue