Skip to content

Commit

Permalink
Enable timezone support in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Nov 19, 2012
1 parent 1e23777 commit 7b26b89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
SITE_ID = 1

TEMPLATE_DIRS = ('test_templates', )

# Enable time-zone support for Django 1.4 (ignored in older versions)
USE_TZ = True

0 comments on commit 7b26b89

Please sign in to comment.