Skip to content

Commit

Permalink
fix: install openedx-events in base apps
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveagent57 committed Jun 28, 2024
1 parent 8aae722 commit bad7c71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions enterprise_subsidy/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def root(*path_fragments):
'social_django',
'waffle',
'rules.apps.AutodiscoverRulesConfig',
'openedx_events',
)

PROJECT_APPS = (
Expand Down
1 change: 0 additions & 1 deletion enterprise_subsidy/settings/devstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@

INSTALLED_APPS += (
'edx_event_bus_kafka',
'openedx_events',
)

# Generic OAuth2 variables irrespective of SSO/backend service key types.
Expand Down

0 comments on commit bad7c71

Please sign in to comment.