django.core.exceptions.ImproperlyConfigured: Requested setting LOGGING_CONFIG, but settings are not configured

前端 未结 8 1494
你的背包
你的背包 2021-02-18 18:07

I\'m trying to run a populate script which I put together from the tango_with_django tutorial (https://github.com/leifos/tango_with_django/blob/master/tango_with_django_project/

8条回答
  •  半阙折子戏
    2021-02-18 19:02

    If you're running PyCharm, what worked for me was to invalidate the cache and restart the app.

    File => Invalidate Caches / Restart ...

    My virtualenv had been recently updated from Python 3.6 or 3.7 to 3.8.

提交回复
热议问题