Add empty feeds app
This commit is contained in:
parent
b112b69f52
commit
c971117e67
8 changed files with 35 additions and 1 deletions
|
|
@ -140,6 +140,7 @@ INSTALLED_APPS: list[str] = [
|
|||
"django.contrib.staticfiles",
|
||||
"django.contrib.postgres",
|
||||
# Internal apps
|
||||
"feeds.apps.FeedsConfig",
|
||||
# Third-party apps
|
||||
"django_celery_results",
|
||||
"django_celery_beat",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue