Skip to content

Commit

Permalink
Remove fbr.cache from local settings
Browse files Browse the repository at this point in the history
The fbr.cache entry has been removed from the BASE_APPS list in the local settings configuration. This change is likely done to adjust dependencies or clean up unnecessary entries that are not required for local development.
  • Loading branch information
hareshkainthdbt committed Dec 9, 2024
1 parent 1391827 commit eb344b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fbr/config/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
BASE_APPS = [
"whitenoise.runserver_nostatic", # Serve static files via WhiteNoise
"rest_framework",
"fbr.cache",
]

INSTALLED_APPS = BASE_APPS + INSTALLED_APPS # noqa

0 comments on commit eb344b3

Please sign in to comment.