Skip to content

Commit

Permalink
tests: add USE_TZ setting to test settings module
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Jul 11, 2024
1 parent c9f149a commit 05f109a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selenosis/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
}
}
SECRET_KEY = 'z-i*xqqn)r0i7leak^#clq6y5j8&tfslp^a4duaywj2$**s*0_'
USE_TZ = True

try:
import grappelli # noqa
Expand Down

0 comments on commit 05f109a

Please sign in to comment.