Remove deprecated USE_L10N

This commit is contained in:
Lukáš Kucharczyk 2023-11-10 21:37:13 +01:00
parent 5270525fc2
commit 528b7d78a1
1 changed files with 0 additions and 2 deletions

View File

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