Skip to content

Commit

Permalink
Set USE_TZ=False when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Feb 17, 2014
1 parent 25c9ae3 commit 1727650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def configure_django():
}
},
ROOT_URLCONF='yarr.urls',
USE_TZ=False,
INSTALLED_APPS=installed_apps,
)

Expand Down

0 comments on commit 1727650

Please sign in to comment.