Skip to content

Commit

Permalink
fix: install openedx-events in base settings
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveagent57 committed Jun 27, 2024
1 parent 60df761 commit c7f557b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions enterprise_access/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def root(*path_fragments):
'drf_spectacular',
'drf_yasg',
'edx_api_doc_tools',
'openedx_events',
'release_util',
)

Expand Down
1 change: 0 additions & 1 deletion enterprise_access/settings/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
INSTALLED_APPS += (
'django_extensions',
'edx_event_bus_kafka',
'openedx_events',
)

# BEGIN CELERY
Expand Down

0 comments on commit c7f557b

Please sign in to comment.