Skip to content

Commit

Permalink
fix: drop deprecated context_processors
Browse files Browse the repository at this point in the history
Closes: #55
  • Loading branch information
b1rger committed Dec 12, 2023
1 parent cd7430d commit b3817e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis_acdhch_default_settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
"django.template.context_processors.request",
"django.contrib.auth.context_processors.auth",
"django.contrib.messages.context_processors.messages",
"apis_core.context_processors.custom_context_processors.list_apis_settings",
]
},
}
Expand Down

0 comments on commit b3817e5

Please sign in to comment.