Django Tutorial - ImproperlyConfigured exception (pytz isn't installed)

后端 未结 4 1606
礼貌的吻别
礼貌的吻别 2021-02-13 23:55

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

4条回答
  •  余生分开走
    2021-02-14 00:37

    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.

提交回复
热议问题