Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 19, 2023
1 parent 0242b3b commit db5d384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeforlife/settings/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

LANGUAGE_CODE = "en-gb"
LANGUAGES = [("en-gb", _("English"))]
TIME_ZONE = "Europe/London" # TODO: use UTC?
TIME_ZONE = "Europe/London" # TODO: use UTC?
USE_I18N = True
USE_L10N = True
USE_TZ = True
Expand Down

0 comments on commit db5d384

Please sign in to comment.