How to disable localization ONLY in Django admin (specifically /admin/jsi18n requests) while keeping it in the main site?

How to disable localization ONLY in Django admin (specifically /admin/jsi18n requests) while keeping it in the main site?
I experiencing 503 errors on our production server due to a high volume of requests to the /admin/jsi18n endpoint when multiple members use the Django admin simultaneously.

Вернуться на верх