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 had same error, then I installed pytz with pip install pytz and again had same error until I restarted WSGI instance. (eg. touching wsig.py (touch wsgi.py) or restarting apache (apache2ctl restart)