Why am I getting this error in Django?

后端 未结 6 2107
暗喜
暗喜 2021-02-01 06:25

I have a script that imports a models.py from an app, but it will not import! I don\'t believe I am supposed to manually create an \"export DJANGO...\" environment variable...I\

6条回答
  •  野性不改
    2021-02-01 06:38

    From command line, please execute this command. This may help you:

    export DJANGO_SETTINGS_MODULE=projectname.settings
    

提交回复
热议问题