Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	taxi/views.py
#	taxi_service/settings.py
  • Loading branch information
Andrey-Dementyev committed Nov 17, 2024
2 parents c8e7a76 + e8bd81f commit e1edc43
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions taxi_service/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

LANGUAGE_CODE = "en-us"

TIME_ZONE = "Europe/Kiev"
TIME_ZONE = "UTC"

USE_I18N = True

Expand All @@ -124,10 +124,6 @@

STATIC_URL = "static/"

STATICFILES_DIRS = [
BASE_DIR / "static",
]

# Default primary key field type
# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field

Expand Down

0 comments on commit e1edc43

Please sign in to comment.