Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix: update settings for pytz
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Oct 6, 2023
1 parent 74721c8 commit 817939c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions analytics_dashboard/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
# See: https://docs.djangoproject.com/en/dev/ref/settings/#use-tz
USE_TZ = True

# Keep using deprecated pytz with Django>4.2
USE_DEPRECATED_PYTZ = True

FORMAT_MODULE_PATH = 'core.formats'
########## END GENERAL CONFIGURATION

Expand Down

0 comments on commit 817939c

Please sign in to comment.