Skip to content

Commit

Permalink
Merge pull request #98 from uktrade/feature/resolve-celery
Browse files Browse the repository at this point in the history
refactor: update cache and task modules
  • Loading branch information
hareshkainthdbt authored Dec 9, 2024
2 parents 12f3275 + 1391827 commit 784dd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbr/config/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
BASE_APPS = [
"whitenoise.runserver_nostatic", # Serve static files via WhiteNoise
"rest_framework",
"cache",
"fbr.cache",
]

INSTALLED_APPS = BASE_APPS + INSTALLED_APPS # noqa

0 comments on commit 784dd78

Please sign in to comment.