python console django Error:Cannot start process, the working directory '' does not

在运行django程序时想在console里面调试一下models可是打不开,出现:

ImproperlyConfigured: Requested setting INSTALLED_APPS, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.

这个情况以前没有出现过呀,
python console django Error:Cannot start process, the working directory '' does not_第1张图片
后来发现
在这里插入图片描述
在这个地方打开的,不太对,后来打开python Console,发现根本打不开。。

Error:Cannot start process, the working directory '' does not exist

一顿百度之后,发现:这个目录不太对,不是工程的目录,是工程目录的上一级,重新打开,nice
python console django Error:Cannot start process, the working directory '' does not_第2张图片

你可能感兴趣的:(报错,python)