Remove deprecated USE_L10N

This commit is contained in:
Lukáš Kucharczyk 2023-11-10 21:37:13 +01:00
parent 5270525fc2
commit 528b7d78a1

View File

@ -154,5 +154,3 @@ if _csrf_trusted_origins:
CSRF_TRUSTED_ORIGINS = _csrf_trusted_origins.split(",")
else:
CSRF_TRUSTED_ORIGINS = []
USE_L10N = False