Remove deprecated USE_L10N
This commit is contained in:
parent
5270525fc2
commit
528b7d78a1
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue