Skip to content

Commit

Permalink
remove:django_celery_beat from THIRD_PARTY_APPS.
Browse files Browse the repository at this point in the history
The library django_celery_beat is no longer required in the THIRD_PARTY_APPS list for this configuration. This change helps streamline the application settings and reduce potential dependencies not being used in the project.
  • Loading branch information
hareshkainthdbt committed Dec 3, 2024
1 parent 00713b9 commit 8437283
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fbr/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@

THIRD_PARTY_APPS: list = [
"webpack_loader",
"django_celery_beat",
]

INSTALLED_APPS = DJANGO_APPS + LOCAL_APPS + THIRD_PARTY_APPS
Expand Down

0 comments on commit 8437283

Please sign in to comment.