Skip to content

Commit

Permalink
updated language code and time zone at settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Skvortsov committed Aug 15, 2023
1 parent cd23be1 commit e25ca89
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
# Internationalization
# https://docs.djangoproject.com/en/4.1/topics/i18n/

LANGUAGE_CODE = "en-us"
LANGUAGE_CODE = "ru-RU"

TIME_ZONE = "UTC"
TIME_ZONE = "Europe/Moscow"

USE_I18N = True

Expand All @@ -122,6 +122,7 @@
# https://docs.djangoproject.com/en/4.1/howto/static-files/

STATIC_URL = "static/"
STATIC_ROOT = BASE_DIR / "static"

MEDIA_URL = "media/"
MEDIA_ROOT = BASE_DIR / "media"
Expand Down

0 comments on commit e25ca89

Please sign in to comment.