I\'m currently working through the official Django tutorial using version 1.6.1 and version 2.7.5 of python on OSX. I\'m working on part 2, which is the admin interface. When I
I was also getting the same error. I installed pytz
$ pip install pytz
and then i restarted the server. The exception is no more now.