Skip to content

Commit

Permalink
Disable Huey from Django app
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Dec 6, 2024
1 parent 225db00 commit 826cd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/ciso_assistant/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def set_ciso_assistant_url(_, __, event_dict):
"allauth.socialaccount",
"allauth.socialaccount.providers.saml",
"allauth.mfa",
"huey.contrib.djhuey",
# "huey.contrib.djhuey",
]

MIDDLEWARE = [
Expand Down

0 comments on commit 826cd40

Please sign in to comment.