django.core.exceptions.ImproperlyConfigured: Requested setting CACHES, but settings are not configured. You must either define the environment varia

前端 未结 8 1862
遇见更好的自我
遇见更好的自我 2020-12-28 14:46

I\'ve tried everything that I could find to fix this issue, and I\'m starting to tear my hair out a little. I\'m getting this error:

django.core.exceptions.I         


        
8条回答
  •  心在旅途
    2020-12-28 15:04

    In my case I needed to use

    python3 manage.py check --deploy
    

    instead of

    django-admin check --deploy
    

提交回复
热议问题