Skip to content

Commit

Permalink
Silence Django warning in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oxan committed Aug 21, 2023
1 parent faf8b09 commit 99a8471
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/django_settings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
DEBUG = True

SECRET_KEY = 'tests'

# Silence RemovedInDjango50Warning about the default changing
USE_TZ = True

0 comments on commit 99a8471

Please sign in to comment.