Skip to content

Commit

Permalink
feat: add missing RequestCustomAttributesMiddleware middleware (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzawaleed01 authored Sep 5, 2024
1 parent d1e0a52 commit 5abcc7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enterprise_catalog/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
# tracked via SimpleHistoryAdmin.
'simple_history.middleware.HistoryRequestMiddleware',
'edx_django_utils.cache.middleware.RequestCacheMiddleware',
'edx_rest_framework_extensions.middleware.RequestCustomAttributesMiddleware',
)

# https://github.com/dabapps/django-log-request-id
Expand Down

0 comments on commit 5abcc7a

Please sign in to comment.