Skip to content

Commit

Permalink
Remove deprecated L10_N setting
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Feb 16, 2024
1 parent 5df366a commit 0a2b01d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions koku/koku/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,6 @@

USE_I18N = True

USE_L10N = True

USE_TZ = True

API_PATH_PREFIX = ENVIRONMENT.get_value("API_PATH_PREFIX", default="/api")
Expand All @@ -324,7 +322,7 @@
},
"staticfiles": {
"BACKEND": "whitenoise.storage.CompressedManifestStaticFilesStorage",
}
},
}

INTERNAL_IPS = ["127.0.0.1"]
Expand Down

0 comments on commit 0a2b01d

Please sign in to comment.