Skip to content

Commit

Permalink
Fixed missing datetime tzinfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
beatonma committed Feb 2, 2024
1 parent a404280 commit 061dede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/config/settings/default_settings.py
Expand Up @@ -19,6 +19,7 @@ def _any_str() -> str:
SITE_ID = 1
SECRET_KEY = _any_str()
ROOT_URLCONF = "tests.config.urls"
USE_TZ = True

INSTALLED_APPS = [
"django.contrib.admin",
Expand Down

0 comments on commit 061dede

Please sign in to comment.